From 8706925f5f671ee863c053fa781aa9f148c18d74 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Fri, 16 Feb 2018 13:49:55 +0530 Subject: [PATCH] Update jquery.uls to 8c32f06 * i18n for the noResultsTemplate Bug: T187390 Change-Id: I557555e83b06b48e071b5b59c9dcd73c5dbeee21 --- lib/jquery.uls/src/jquery.uls.lcd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jquery.uls/src/jquery.uls.lcd.js b/lib/jquery.uls/src/jquery.uls.lcd.js index ae78ff06..2a737b52 100644 --- a/lib/jquery.uls/src/jquery.uls.lcd.js +++ b/lib/jquery.uls/src/jquery.uls.lcd.js @@ -401,7 +401,7 @@ 'either jQuery or function returning jQuery' ); } - this.$element.append( $noResults.addClass( 'uls-no-results-view' ) ); + this.$element.append( $noResults.addClass( 'uls-no-results-view' ).i18n() ); }, listen: function () {