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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +1 lines)
Lines 88-93 $(document).ready(function() { Link Here
88
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
88
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
89
            AutocompleteInitIntranet();
89
            AutocompleteInitIntranet();
90
        }
90
        }
91
        $("#search-form").focus();
91
    });
92
    });
92
93
93
    $(".toggle_element").on("click",function(e){
94
    $(".toggle_element").on("click",function(e){
94
- 

Return to bug 27113