From fdda3dc8437fbb12c9d70d17a1d24c82ef35548d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 6 Jun 2018 10:44:11 +0200 Subject: [PATCH] Narrow down egwpopup_toggle selection into egwpopup dom --- notifications/js/notificationajaxpopup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/js/notificationajaxpopup.js b/notifications/js/notificationajaxpopup.js index 420691649d..8ae0980d27 100644 --- a/notifications/js/notificationajaxpopup.js +++ b/notifications/js/notificationajaxpopup.js @@ -632,7 +632,7 @@ }; window.app.notifications = new self(); // toggle notifications bar - jQuery('.egwpopup_toggle').click(function(){window.app.notifications.toggle();}); + jQuery('.egwpopup_toggle', '#egwpopup').click(function(){window.app.notifications.toggle();}); $egwpopup_fw.click(function(){window.app.notifications.toggle();}); jQuery(".egwpopup_deleteall", '#egwpopup').click(function(){ et2_dialog.show_dialog( function(_button){