View | Details | Raw Unified | Return to bug 10858
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt (-1 / +2 lines)
Lines 363-368 $(document).ready(function(){ Link Here
363
        });
363
        });
364
[% END %]
364
[% END %]
365
365
366
    [% IF Koha.Preference('OpacBrowseResults') %]
366
    $("#bookbag_form").ready(function(){
367
    $("#bookbag_form").ready(function(){
367
        $("#bookbag_form").unCheckCheckboxes();
368
        $("#bookbag_form").unCheckCheckboxes();
368
        var bibnums = getContextBiblioNumbers();
369
        var bibnums = getContextBiblioNumbers();
Lines 390-395 $(document).ready(function(){ Link Here
390
        var bibnums = getContextBiblioNumbers();
391
        var bibnums = getContextBiblioNumbers();
391
392
392
    });
393
    });
394
    [% END %]
393
});
395
});
394
396
395
//]]>
397
//]]>
396
- 

Return to bug 10858