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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-2 lines)
Lines 140-146 $(document).ready(function() { Link Here
140
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
140
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
141
            AutocompleteInitIntranet();
141
            AutocompleteInitIntranet();
142
        }
142
        }
143
        $("#search-form").focus();
144
    });
143
    });
145
144
146
    $(".toggle_element").on("click",function(e){
145
    $(".toggle_element").on("click",function(e){
147
- 

Return to bug 27113