|
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 |
- |
|
|