Update jquery.uls to 3161b34
* language-data update: Add Western Armenian to known languages * Stop rendering languages twice on initial display * Style adjustments for no-results * package.json: maintenance updates * Localisation updates In addition to the jquery.uls update, this patch contains local style customization for no-results view as specified in T175235. Bug: T175235 Bug: T185086 Change-Id: I51645554413dbaa80e02fec8f9115f4de409fb06
This commit is contained in:
committed by
Nikerabbit
parent
3a0f01643b
commit
453a4458e6
@@ -1361,6 +1361,14 @@ module.exports=( function ( $ ) {
|
||||
],
|
||||
"Հայերեն"
|
||||
],
|
||||
"hyw": [
|
||||
"Armn",
|
||||
[
|
||||
"EU",
|
||||
"ME"
|
||||
],
|
||||
"արեւմտահայերէն"
|
||||
],
|
||||
"hz": [
|
||||
"Latn",
|
||||
[
|
||||
|
||||
@@ -186,7 +186,6 @@
|
||||
|
||||
if ( query === '' ) {
|
||||
this.options.lcd.setGroupByRegionOverride( null );
|
||||
languages.map( this.render.bind( this ) );
|
||||
this.resultHandler( query, languages );
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -27,9 +27,7 @@
|
||||
<h2 data-i18n="uls-no-results-found" class="uls-no-results-found-title">No results found</h2> \
|
||||
<div class="uls-no-results-suggestions"></div> \
|
||||
<div class="uls-no-found-more"> \
|
||||
<div><p> \
|
||||
<span data-i18n="uls-search-help">You can search by language name, script name, ISO code of language or you can browse by region.</span>\
|
||||
</p></div> \
|
||||
<div data-i18n="uls-search-help">You can search by language name, script name, ISO code of language or you can browse by region.</div> \
|
||||
</div></div>';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user