@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js +++ a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js @@ -133,6 +133,7 @@ $( document ).ready( function () { done: function( total ) { if( total > 0 ){ context.not(":has(mark)").hide(); + $("#filter_empty").remove(); } }, noMatch: function(term){ --