CC-4823: Locale cookie doesn't get set after user logs in
-fixed
This commit is contained in:
parent
8fdf7d9387
commit
1100baefbc
1 changed files with 6 additions and 0 deletions
|
@ -2,3 +2,9 @@ $(window).load(function(){
|
||||||
$("#username").focus();
|
$("#username").focus();
|
||||||
$("#locale").val($.cookie("airtime_locale"));
|
$("#locale").val($.cookie("airtime_locale"));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document).ready(function() {
|
||||||
|
$("#submit").click(function() {
|
||||||
|
$.cookie("airtime_locale", $("#locale").val(), {path: '/'});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue