diff options
-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}} |