aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-16 19:57:49 -0800
committerzotlabs <mike@macgirvin.com>2016-12-16 19:57:49 -0800
commit0c665e11f11c081111411fa2938e8e3f00d02634 (patch)
treee488c81a3aa5bd18982c5522240b01a449f40633 /view/js/main.js
parent827d4c5fb094715a65d4559f8c6159eb5d31d5f7 (diff)
parent6eed7eb54054502d438ea18a9411d3be7cdf14fc (diff)
downloadvolse-hubzilla-0c665e11f11c081111411fa2938e8e3f00d02634.tar.gz
volse-hubzilla-0c665e11f11c081111411fa2938e8e3f00d02634.tar.bz2
volse-hubzilla-0c665e11f11c081111411fa2938e8e3f00d02634.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 1d6eca91d..534029275 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() {
@@ -1164,7 +1166,6 @@ function preview_mail() {
return true;
}
-
function unpause() {
// unpause auto reloads if they are currently stopped
totStopped = false;