Fix Bug 40714 - ULS geoclient needs proper interface

Change-Id: Id8d7356ec75e8652c75927736a60b916dd069c28
This commit is contained in:
Santhosh Thottingal
2012-10-13 10:50:03 +05:30
parent 702d45286e
commit c19c0b4db7
3 changed files with 7 additions and 3 deletions

View File

@@ -73,7 +73,7 @@
.concat( mw.uls.getAcceptLanguageList() );
if ( window.GEO ) {
list = list.concat( $.uls.data.getLanguagesInTerritory( window.GEO.country_code ) );
list = list.concat( $.uls.data.getLanguagesInTerritory( mw.uls.getCountryCode() ) );
}
$.each( list, function ( i, v ) {