diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-21 11:51:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-21 11:51:24 +0100 |
commit | 04472bd730f464aaee1ef79cf67c8b4f79f85652 (patch) | |
tree | a8f6c98d61adebcf22ed42911f9e96a2f87b457b /library/sticky-kit/sticky-kit.js | |
parent | e91a4bebed7cfbbe644291b4e9bd9cb7f6bc230e (diff) | |
download | volse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.tar.gz volse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.tar.bz2 volse-hubzilla-04472bd730f464aaee1ef79cf67c8b4f79f85652.zip |
fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there
Diffstat (limited to 'library/sticky-kit/sticky-kit.js')
-rw-r--r-- | library/sticky-kit/sticky-kit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/sticky-kit/sticky-kit.js b/library/sticky-kit/sticky-kit.js index 00b1ea2ff..eb2ea8a26 100644 --- a/library/sticky-kit/sticky-kit.js +++ b/library/sticky-kit/sticky-kit.js @@ -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; |