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:
@@ -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;
|
||||
|
||||
@@ -213,7 +213,9 @@
|
||||
languageFilter.autofill( code, name );
|
||||
}
|
||||
|
||||
if ( languageFilter.render( code ) ) {
|
||||
if ( languageFilter.options.languages[ code ] &&
|
||||
languageFilter.render( code )
|
||||
) {
|
||||
languageFilter.resultCount++;
|
||||
}
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user