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

(-)a/koha-tmpl/intranet-tmpl/prog/js/viewlog.js (-1 / +7 lines)
Lines 51-56 function limitCheckboxes() { Link Here
51
51
52
$(document).ready(function(){
52
$(document).ready(function(){
53
    limitCheckboxes();
53
    limitCheckboxes();
54
55
    if( $(".compare_info").length == 0 ){
56
        /* Remove toolbar if there are no system preference
57
           entries to compare */
58
        $("#toolbar").remove();
59
    }
60
54
    if ($('#toolbar').length) {
61
    if ($('#toolbar').length) {
55
        Sticky = $("#toolbar");
62
        Sticky = $("#toolbar");
56
        Sticky.hcSticky({
63
        Sticky.hcSticky({
57
- 

Return to bug 26207