aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_site.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-04 11:31:48 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-04 11:31:48 +0100
commit6f21b3dc349c71b06ad8617814d2afc3bfbf916d (patch)
tree6a53b3d747b6c30e2e89cfae8456bd71808b87f7 /view/tpl/admin_site.tpl
parente13d7beac4a2bb493676f16dc28dcd70d550cdfc (diff)
downloadvolse-hubzilla-6f21b3dc349c71b06ad8617814d2afc3bfbf916d.tar.gz
volse-hubzilla-6f21b3dc349c71b06ad8617814d2afc3bfbf916d.tar.bz2
volse-hubzilla-6f21b3dc349c71b06ad8617814d2afc3bfbf916d.zip
fix nav update regressions - fixes issue #950
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-xview/tpl/admin_site.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index 399ee42cf..a2a9f3f27 100755
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -23,7 +23,7 @@
$.post(url, data, function(data) {
if(timer) clearTimeout(timer);
- NavUpdate();
+ updateInit();
$.colorbox.close();
})