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 159-165 $(document).ready(function () { Link Here
159
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
159
        if (typeof AutocompleteInitIntranet !== "undefined" && tab === 'catalog_search' ){
160
            AutocompleteInitIntranet();
160
            AutocompleteInitIntranet();
161
        }
161
        }
162
        $("#search-form").focus();
163
    });
162
    });
164
163
165
    $(".toggle_element").on("click", function (e) {
164
    $(".toggle_element").on("click", function (e) {
166
- 

Return to bug 27113