aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-29 11:22:59 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-29 11:22:59 +0100
commite6a59ad36fcdbe4dcb534ff700663d9588b5d734 (patch)
treea8876e58c1d6e229fd127c543987926869c3c8da /view/tpl
parente375224dfec3706b32bc840337f0b6f546708ace (diff)
downloadvolse-hubzilla-e6a59ad36fcdbe4dcb534ff700663d9588b5d734.tar.gz
volse-hubzilla-e6a59ad36fcdbe4dcb534ff700663d9588b5d734.tar.bz2
volse-hubzilla-e6a59ad36fcdbe4dcb534ff700663d9588b5d734.zip
allow an optional notify_id arg for liveUpdate()
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/notifications_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index e8d51caca..60acb1654 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -59,7 +59,7 @@
mode = 'replace';
page_load = true;
{{if $module == 'hq'}}
- hqLiveUpdate(notify_id);
+ liveUpdate(notify_id);
{{/if}}
{{if $module == 'display'}}
liveUpdate();