aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-16 16:24:17 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-16 16:24:44 +0100
commit7c86f11167bf9f942dba6405a79f48d87bd309a5 (patch)
tree92174f1fbe967e84212219bf8999da2af60c36bb
parentb8370cffb9a9f69ad87d489df6b73d7daa5434c0 (diff)
downloadvolse-hubzilla-7c86f11167bf9f942dba6405a79f48d87bd309a5.tar.gz
volse-hubzilla-7c86f11167bf9f942dba6405a79f48d87bd309a5.tar.bz2
volse-hubzilla-7c86f11167bf9f942dba6405a79f48d87bd309a5.zip
retrigger after fullscreen
-rw-r--r--view/theme/redbasic/js/redbasic.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index c3c2c7e3f..8fb1117ce 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -89,5 +89,6 @@ function makeFullScreen(full) {
$('#tabs-collapse-1').css({'visibility': ''});
$('#inline-btn').hide();
$('main').css({'transition': ''});
+ $(document.body).trigger("sticky_kit:recalc");
}
}