diff --git a/src/jquery.uls.lcd.js b/src/jquery.uls.lcd.js index 8ac7874..60754d4 100644 --- a/src/jquery.uls.lcd.js +++ b/src/jquery.uls.lcd.js @@ -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 () {