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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +11 lines)
Lines 1261-1266 Link Here
1261
                [% END %]
1261
                [% END %]
1262
            [% END %]
1262
            [% END %]
1263
1263
1264
            if ( $(".focus").is(":visible") ) {
1265
                $(".focus").focus();
1266
            }
1267
1268
            $('[href="#holds_patronsearch_pane"]').click( function() {
1269
                $('#patron').focus();
1270
            })
1271
1272
            $('[href="#holds_clubsearch_pane"]').click( function() {
1273
                $('#club').focus();
1274
            })
1264
        });
1275
        });
1265
    </script>
1276
    </script>
1266
[% END %]
1277
[% END %]
1267
- 

Return to bug 24510