From 98c3e2f93f18554364e26e9cf25473d36641a173 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 2 May 2024 14:44:16 +0000 Subject: remove jgrowl --- view/tpl/notifications_widget.tpl | 3 --- 1 file changed, 3 deletions(-) (limited to 'view/tpl/notifications_widget.tpl') diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index aa53905ad..a9d98dae9 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -337,19 +337,16 @@ sse_setNotificationsStatus(); // notice and info - //$.jGrowl.defaults.closerTemplate = '
[ ' + aStr.closeAll + ']
'; if(obj.notice) { $(obj.notice.notifications).each(function() { toast(this, 'danger'); - //$.jGrowl(this, { sticky: true, theme: 'notice' }); }); } if(obj.info) { $(obj.info.notifications).each(function(){ toast(this, 'info'); - //$.jGrowl(this, { sticky: false, theme: 'info', life: 10000 }); }); } -- cgit v1.2.3