CC-4810: Add language setting to login page
-done
This commit is contained in:
parent
7866b8a0cb
commit
1572955d07
9 changed files with 49 additions and 16 deletions
|
@ -466,6 +466,7 @@ $(document).ready(function() {
|
|||
$.post(baseUrl+'/user/edit-user', {format: 'json', data: data}, function(data) {
|
||||
var json = $.parseJSON(data);
|
||||
$('.edit-current-user').parent().empty().append(json.html);
|
||||
$.cookie("airtime_locale", json.locale, {path: '/'});
|
||||
setCurrentUserPseudoPassword();
|
||||
setTimeout(removeSuccessMsg, 5000);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue