diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-16 16:14:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-16 16:14:56 +0100 |
commit | 6bde70d60a02e9e461bc8cb6dcb475778c435fec (patch) | |
tree | 95121b9236e905c98f2d050064b73198dec5621b /view/js | |
parent | 5252211c921a429c3c8e93278c4dfb9637afc190 (diff) | |
download | volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.tar.gz volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.tar.bz2 volse-hubzilla-6bde70d60a02e9e461bc8cb6dcb475778c435fec.zip |
move the sticky-kit^Cquery plugin to /lib and see if we want this for the whole app
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index 1d6eca91d..5d6867c94 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -666,6 +666,8 @@ function updateConvItems(mode,data) { $('.item_' + bParam_mid.substring(0,32)).addClass('item-highlight'); } + $(document.body).trigger("sticky_kit:recalc"); + } function collapseHeight() { |