Update jquery.uls to ab3cd92

Important changes:

* Remove region filter module
* Remove jquery.uls.compact.css
* Remove unused methods from jquery.uls.data.utils module
* Localisation updates

Change-Id: If87bd21e19780fa5d90cedb4235854816c4adfba
This commit is contained in:
Santhosh Thottingal
2016-05-23 17:10:47 +05:30
committed by Niklas Laxström
parent 384b109362
commit f3b984e4e1
167 changed files with 182 additions and 655 deletions

View File

@@ -368,7 +368,7 @@
.data( 'i18n', 'uls-no-results-suggestion-title' )
.text( 'You may be interested in:' )
.i18n();
this.$noResults.find( 'h2' ).after( $suggestions );
this.$noResults.find( 'h2' ).after( $suggestions.show() );
},
listen: function () {