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:
parent
c65bcd02c9
commit
a52a580810
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue