diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-29 11:22:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-29 11:22:59 +0100 |
commit | e6a59ad36fcdbe4dcb534ff700663d9588b5d734 (patch) | |
tree | a8876e58c1d6e229fd127c543987926869c3c8da /view/tpl | |
parent | e375224dfec3706b32bc840337f0b6f546708ace (diff) | |
download | volse-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.tpl | 2 |
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(); |