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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js (-8 lines)
Lines 213-223 $(document).ready(function(){ Link Here
213
        KOHA.Tags.add_tag_button(thisid, tag);
213
        KOHA.Tags.add_tag_button(thisid, tag);
214
        return false;
214
        return false;
215
    });
215
    });
216
217
    Sticky = $("#floating");
218
    Sticky.hcSticky({
219
        stickTo: ".searchresults",
220
        stickyClass: "floating",
221
        bottom: 0
222
    });
223
});
216
});
224
- 

Return to bug 36694