From e03a45057b4867d7a21fbcd613ec4cdaf312da88 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 23 Feb 2018 14:37:44 +0100 Subject: [PATCH] Change notification icon to "close" --- plugins/dynamix/include/DefaultPageLayout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index 2abf4a6e2..734991c4a 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -264,7 +264,7 @@ $(function() { if ($.cookie('help')=='help') {$('.inline_help').show(); $('#nav-item.HelpButton').addClass('active');} $('#'+tab).attr('checked', true); updateTime(); - $.jGrowl.defaults.closeTemplate = ''; + $.jGrowl.defaults.closeTemplate = ''; $.jGrowl.defaults.closerTemplate = '':'
'?>[ close all notifications ]
'; $.jGrowl.defaults.sticky = true; $.jGrowl.defaults.check = 100;