Make toggle class accessible

This commit is contained in:
Hadi Nategh
2018-06-06 11:05:19 +02:00
parent 9e31fa65dc
commit f7165e2bca
6 changed files with 176 additions and 174 deletions

View File

@ -632,7 +632,7 @@
};
window.app.notifications = new self();
// toggle notifications bar
jQuery('.egwpopup_toggle', '#egwpopup').click(function(){window.app.notifications.toggle();});
jQuery('.button_right_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){