forked from extern/egroupware
Narrow down egwpopup_toggle selection into egwpopup dom
This commit is contained in:
parent
3444126629
commit
9e31fa65dc
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user