CC-4876: Default interface language setting does not appear to affect text or drop-down menu on login page?
-fixed
This commit is contained in:
parent
56c61d4ab7
commit
1873022a13
4 changed files with 4 additions and 7 deletions
|
@ -111,6 +111,7 @@ $(document).ready(function() {
|
|||
$.post(url, {format: "json", data: data}, function(data){
|
||||
var json = $.parseJSON(data);
|
||||
$('#content').empty().append(json.html);
|
||||
$.cookie("default_airtime_locale", $('#locale').val(), {path: '/'});
|
||||
setTimeout(removeSuccessMsg, 5000);
|
||||
showErrorSections();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue