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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 976-982 Link Here
976
        $(document).ready(function() {
976
        $(document).ready(function() {
977
            [% SET active = clubs ? 1 : 0 %]
977
            [% SET active = clubs ? 1 : 0 %]
978
            $('#circ_holds_select').tabs({
978
            $('#circ_holds_select').tabs({
979
                active: [% active %],
979
                active: [% active | $raw %],
980
                activate: function(){
980
                activate: function(){
981
                    $(this).find("input.focus").focus();
981
                    $(this).find("input.focus").focus();
982
                },
982
                },
983
- 

Return to bug 24510