diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-30 14:56:08 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-30 14:56:08 -0800 |
commit | ef4a0e5af5a249879e446636bd0ade54e2df0b9b (patch) | |
tree | de407ad63cb6275643e2bec8f4fdea0b26d9b51a /view/tpl | |
parent | 3acc5b05086548a3f1bc2beb744d3fb03703b6a5 (diff) | |
parent | fc5b6887168a25992fb089ed7da7ac917e7aaf6b (diff) | |
download | volse-hubzilla-ef4a0e5af5a249879e446636bd0ade54e2df0b9b.tar.gz volse-hubzilla-ef4a0e5af5a249879e446636bd0ade54e2df0b9b.tar.bz2 volse-hubzilla-ef4a0e5af5a249879e446636bd0ade54e2df0b9b.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index e8d51caca..18f3ef12d 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -22,7 +22,7 @@ }); {{if $module == 'display' || $module == 'hq'}} - $(document).on('click', '.notification', function(e) { + $(document).on('click touch', '.notification', function(e) { var b64mid = $(this).data('b64mid'); var notify_id = $(this).data('notify_id'); var path = $(this)[0].pathname.substr(1,7); @@ -59,7 +59,7 @@ mode = 'replace'; page_load = true; {{if $module == 'hq'}} - hqLiveUpdate(notify_id); + liveUpdate(notify_id); {{/if}} {{if $module == 'display'}} liveUpdate(); |