View | Details | Raw Unified | Return to bug 20935
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js (-1 / +1 lines)
Lines 133-138 $( document ).ready( function () { Link Here
133
                done: function( total ) {
133
                done: function( total ) {
134
                    if( total > 0 ){
134
                    if( total > 0 ){
135
                        context.not(":has(mark)").hide();
135
                        context.not(":has(mark)").hide();
136
                        $("#filter_empty").remove();
136
                    }
137
                    }
137
                },
138
                },
138
                noMatch: function(term){
139
                noMatch: function(term){
139
- 

Return to bug 20935