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 157-162 $( document ).ready( function () { Link Here
157
                done: function( total ) {
157
                done: function( total ) {
158
                    if( total > 0 ){
158
                    if( total > 0 ){
159
                        context.not(":has(mark)").hide();
159
                        context.not(":has(mark)").hide();
160
                        $("#filter_empty").remove();
160
                    }
161
                    }
161
                },
162
                },
162
                noMatch: function(term){
163
                noMatch: function(term){
163
- 

Return to bug 20935