From daf0b16a4f99bfe730c633cd597be3d0198cfc62 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Wed, 2 Nov 2011 14:59:18 +0000 Subject: [PATCH] // Clean notifications when closed git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9802 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/header.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/admin-dev/themes/template/header.tpl b/admin-dev/themes/template/header.tpl index 5157d8199..c3ef53ad3 100644 --- a/admin-dev/themes/template/header.tpl +++ b/admin-dev/themes/template/header.tpl @@ -138,6 +138,7 @@ $(document).ready(function() $("#main").click(function(){ $(".notifs_wrapper").hide(); + $('.notifs').removeClass('open_notifs'); }); // call it once immediately, then use setTimeout if refresh is activated