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

Return to bug 24510