|
Lines 293-299
div#result { margin-top: 1em; }
Link Here
|
| 293 |
// Uncheck all checkboxes in both tabs, then check all checkboxes in first tab |
293 |
// Uncheck all checkboxes in both tabs, then check all checkboxes in first tab |
| 294 |
// to avoid inconsistencies from a page refresh. |
294 |
// to avoid inconsistencies from a page refresh. |
| 295 |
$("#tabs input[type='checkbox']").prop("checked", false); |
295 |
$("#tabs input[type='checkbox']").prop("checked", false); |
| 296 |
$("#tabrecord[% ref_biblionumber | html %] input[type='checkbox']").prop("checked", true ); |
296 |
$("#tabrecord[% ref_biblionumber | html %]_panel input[type='checkbox']").prop("checked", true ); |
| 297 |
|
297 |
|
| 298 |
//Set focus to cataloging search |
298 |
//Set focus to cataloging search |
| 299 |
$("input[name=q]:eq(0)").focus(); |
299 |
$("input[name=q]:eq(0)").focus(); |
| 300 |
- |
|
|