Update jquery.uls to 7b3cd3d885

* Fix: search using API does not respect the passed language list
* Remove the reference to map block

Change-Id: Id777102a7c8e0575599b27c64839faf170dde003
This commit is contained in:
Santhosh Thottingal
2016-04-06 15:41:38 +05:30
parent 8397cbd9d2
commit 4f4e0a2427
2 changed files with 3 additions and 6 deletions

View File

@@ -27,11 +27,6 @@
float: left !important;
}
.uls-mobile .uls-map-block a,
.uls-mobile .uls-map-block {
opacity: 1 !important;
}
.uls-mobile .row {
width: auto;
min-width: 0;

View File

@@ -213,7 +213,9 @@
languageFilter.autofill( code, name );
}
if ( languageFilter.render( code ) ) {
if ( languageFilter.options.languages[ code ] &&
languageFilter.render( code )
) {
languageFilter.resultCount++;
}
} );