From c56b140387aaf4247d7af56677d1cc18be3a6da9 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 3 Aug 2020 19:51:03 +0000 Subject: =?UTF-8?q?=C3=83this=20should=20not=20be=20required=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/tpl/notifications_widget.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index d8cc76ccb..abfc922f2 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -61,7 +61,7 @@ {{/if}} {{if $module == 'hq'}} - if(b64mid !== 'undefined') { + if(b64mid) { {{else}} if(path === 'display' && b64mid) { {{/if}} -- cgit v1.2.3