// Clean notifications when closed
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9802 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user