diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-18 22:31:32 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-18 22:31:32 +0100 |
commit | 1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9 (patch) | |
tree | 6b6e09c4b73699de5f167bcc85941c5f656e31d2 | |
parent | fbc57fa8e36e468abe81e4f3d72b3115cbdd794c (diff) | |
download | volse-hubzilla-1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9.tar.gz volse-hubzilla-1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9.tar.bz2 volse-hubzilla-1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9.zip |
pubstream is not yet supported in mod hq
-rw-r--r-- | view/tpl/notifications_widget.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 136b14abd..fda2d3511 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -21,8 +21,10 @@ var notify_id = $(this).data('notify_id'); var path = $(this)[0].pathname.substr(1,7); + console.log(path); + {{if $module == 'hq'}} - if(b64mid !== 'undefined') { + if(b64mid !== 'undefined' && path !== 'pubstre') { {{else}} if(path === 'display' && b64mid) { {{/if}} |