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 178-184 $(document).ready(function () { Link Here
178
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
178
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
179
            AutocompleteInitIntranet();
179
            AutocompleteInitIntranet();
180
        }
180
        }
181
        $("#search-form").focus();
182
    });
181
    });
183
182
184
    $(".toggle_element").on("click", function (e) {
183
    $(".toggle_element").on("click", function (e) {
185
- 

Return to bug 27113