Merge pull request #298 from santhoshtr/no-results-i18n

i18n for the noResultsTemplate
This commit is contained in:
Niklas Laxström
2018-02-16 09:55:31 +02:00
committed by GitHub

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