fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there

This commit is contained in:
Mario Vavti
2016-12-21 11:51:24 +01:00
parent e91a4bebed
commit 04472bd730
4 changed files with 4 additions and 5 deletions

View File

@@ -77,7 +77,7 @@
padding_top = parseInt(parent.css("padding-top"), 10);
padding_bottom = parseInt(parent.css("padding-bottom"), 10);
parent_top = parent.offset().top + border_top + padding_top;
parent_height = parent.height();
parent_height = parent.outerHeight(true);
if (fixed) {
fixed = false;
bottomed = false;