Removed unnecessary call to set locale data on the Login page

This commit is contained in:
Duncan Sommerville 2014-11-05 17:27:08 -05:00
parent 534b56351e
commit 3b588dcce8
1 changed files with 1 additions and 2 deletions

View File

@ -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() {