From 77a4815ef06321cb502b13f3c2df81985669117f Mon Sep 17 00:00:00 2001 From: lBrieu Date: Fri, 9 Sep 2011 13:14:47 +0000 Subject: [PATCH] git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8446 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/header.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin-dev/header.inc.php b/admin-dev/header.inc.php index 41ec1dd72..66fc1e9ea 100644 --- a/admin-dev/header.inc.php +++ b/admin-dev/header.inc.php @@ -81,6 +81,7 @@ echo ' }); if (html != "") { + $("#list_orders_notif").prev("p").hide(); $("#list_orders_notif").empty().append(html); nb_notifs = $("#list_orders_notif li").length; $("#orders_notif_value").text(nb_notifs); @@ -99,6 +100,7 @@ echo ' }); if (html != "") { + $("#list_customers_notif").prev("p").hide(); $("#list_customers_notif").empty().append(html); nb_notifs = $("#list_customers_notif li").length; $("#customers_notif_value").text(nb_notifs); @@ -117,6 +119,7 @@ echo ' }); if (html != "") { + $("#list_messages_notif").prev("p").hide(); $("#list_messages_notif").empty().append(html); nb_notifs = $("#list_messages_notif li").length; $("#messages_notif_value").text(nb_notifs);