Removed unnecessary call to set locale data on the Login page
This commit is contained in:
parent
534b56351e
commit
3b588dcce8
|
@ -1,6 +1,5 @@
|
|||
$(window).load(function(){
|
||||
$(window).load(function() {
|
||||
$("#username").focus();
|
||||
$("#locale").val($.cookie("airtime_locale")!== null?$.cookie("airtime_locale"):$.cookie("default_airtime_locale"));
|
||||
});
|
||||
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Reference in New Issue