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 <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Victor Grousset 2024-07-18 02:37:27 +02:00 committed by Katrin Fischer
parent c65bcd02c9
commit a52a580810
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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
});
});