aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-18 22:31:32 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-18 22:31:32 +0100
commit1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9 (patch)
tree6b6e09c4b73699de5f167bcc85941c5f656e31d2 /view
parentfbc57fa8e36e468abe81e4f3d72b3115cbdd794c (diff)
downloadvolse-hubzilla-1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9.tar.gz
volse-hubzilla-1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9.tar.bz2
volse-hubzilla-1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9.zip
pubstream is not yet supported in mod hq
Diffstat (limited to 'view')
-rw-r--r--view/tpl/notifications_widget.tpl4
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}}