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

(-)a/koha-tmpl/intranet-tmpl/prog/js/select2.js (-1 / +4 lines)
Lines 36-41 $(document).ready(function(){ Link Here
36
            $(this).off("select2:opening.cancelOpen");
36
            $(this).off("select2:opening.cancelOpen");
37
        });
37
        });
38
    });
38
    });
39
40
    $(document).on("select2:open", function () {
41
        document.querySelector(".select2-container--open .select2-search__field").focus();
42
    });
39
});
43
});
40
44
41
(function($) {
45
(function($) {
42
- 

Return to bug 31646