From 1c75e71eb3f634dd3cbd24d58f0cf3a483954fd9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 18 Nov 2017 22:31:32 +0100 Subject: pubstream is not yet supported in mod hq --- view/tpl/notifications_widget.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view') 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}} -- cgit v1.2.3