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:
denise 2013-01-25 11:21:34 -05:00
parent 56c61d4ab7
commit 1873022a13
4 changed files with 4 additions and 7 deletions

View file

@ -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();
});