Update jquery.uls to 8c32f06

* i18n for the noResultsTemplate

Bug: T187390
Change-Id: I557555e83b06b48e071b5b59c9dcd73c5dbeee21
This commit is contained in:
Santhosh Thottingal
2018-02-16 13:49:55 +05:30
parent 4ae8f643fd
commit 8706925f5f

View File

@@ -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 () {