diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-19 09:48:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-19 09:48:01 +0100 |
commit | 9c5f2de4ec28ad3878fc565485d8d544caa8c66a (patch) | |
tree | f1dc93fa77a38b986082c0f498dbd19ba5cdc098 | |
parent | ca2e2f5f454bda13902f9d8e26c49635b69558e2 (diff) | |
download | volse-hubzilla-9c5f2de4ec28ad3878fc565485d8d544caa8c66a.tar.gz volse-hubzilla-9c5f2de4ec28ad3878fc565485d8d544caa8c66a.tar.bz2 volse-hubzilla-9c5f2de4ec28ad3878fc565485d8d544caa8c66a.zip |
this is not needed
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/js/main.js b/view/js/main.js index 534029275..bfe9d25a3 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -666,8 +666,6 @@ function updateConvItems(mode,data) { $('.item_' + bParam_mid.substring(0,32)).addClass('item-highlight'); } - $(document.body).trigger("sticky_kit:recalc"); - } function collapseHeight() { |