From e9c0f3e4db46c5fab2fcda161e4c7a72350ad4a4 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Mon, 9 May 2016 17:09:06 +0530 Subject: [PATCH] Show "You may be interested in" section when no results found This was broken long time back Change-Id: I15f715067d82fb61959763824183a6813536e94e --- src/jquery.uls.lcd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {