Show "You may be interested in" section when no results found
This was broken long time back Change-Id: I15f715067d82fb61959763824183a6813536e94e
This commit is contained in:
@@ -368,7 +368,7 @@
|
|||||||
.data( 'i18n', 'uls-no-results-suggestion-title' )
|
.data( 'i18n', 'uls-no-results-suggestion-title' )
|
||||||
.text( 'You may be interested in:' )
|
.text( 'You may be interested in:' )
|
||||||
.i18n();
|
.i18n();
|
||||||
this.$noResults.find( 'h2' ).after( $suggestions );
|
this.$noResults.find( 'h2' ).after( $suggestions.show() );
|
||||||
},
|
},
|
||||||
|
|
||||||
listen: function () {
|
listen: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user