From d8e52d7b073aa0be6086d589329b72b03d2e123b Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Thu, 18 Jul 2024 02:37:27 +0200 Subject: [PATCH] Bug 36694: Remove HC sticky from js/results-list.js It got moved there by bug-36557 after the patches here were written. Signed-off-by: Victor Grousset/tuxayo --- koha-tmpl/opac-tmpl/bootstrap/js/results-list.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js b/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js index 6c4d31c3d3..f28a246d4b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js +++ b/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js @@ -213,11 +213,4 @@ $(document).ready(function(){ KOHA.Tags.add_tag_button(thisid, tag); return false; }); - - Sticky = $("#floating"); - Sticky.hcSticky({ - stickTo: ".searchresults", - stickyClass: "floating", - bottom: 0 - }); }); -- 2.46.1