mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
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();
|
window.app.notifications = new self();
|
||||||
// toggle notifications bar
|
// 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();});
|
$egwpopup_fw.click(function(){window.app.notifications.toggle();});
|
||||||
jQuery(".egwpopup_deleteall", '#egwpopup').click(function(){
|
jQuery(".egwpopup_deleteall", '#egwpopup').click(function(){
|
||||||
et2_dialog.show_dialog( function(_button){
|
et2_dialog.show_dialog( function(_button){
|
||||||
|
Loading…
Reference in New Issue
Block a user