Lines 979-985
Link Here
|
979 |
$(document).ready(function() { |
979 |
$(document).ready(function() { |
980 |
[% SET active = clubs ? 1 : 0 %] |
980 |
[% SET active = clubs ? 1 : 0 %] |
981 |
$('#circ_holds_select').tabs({ |
981 |
$('#circ_holds_select').tabs({ |
982 |
active: [% active %], |
982 |
active: [% active | $raw %], |
983 |
activate: function(){ |
983 |
activate: function(){ |
984 |
$(this).find("input.focus").focus(); |
984 |
$(this).find("input.focus").focus(); |
985 |
}, |
985 |
}, |
986 |
- |
|
|