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 1256-1261 Link Here
1256
                [% END %]
1256
                [% END %]
1257
            [% END %]
1257
            [% END %]
1258
1258
1259
            if ( $(".focus").is(":visible") ) {
1260
                $(".focus").focus();
1261
            }
1262
1263
            $('[href="#holds_patronsearch_pane"]').click( function() {
1264
                $('#patron').focus();
1265
            })
1266
1267
            $('[href="#holds_clubsearch_pane"]').click( function() {
1268
                $('#club').focus();
1269
            })
1259
        });
1270
        });
1260
    </script>
1271
    </script>
1261
[% END %]
1272
[% END %]
1262
- 

Return to bug 24510