Skip to content

Commit 226f065

Browse files
committed
Make close_func being called if the dialog is closed, not cancelled
1 parent 3b727c3 commit 226f065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

program/js/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8812,6 +8812,8 @@ function rcube_webmail() {
88128812
});
88138813
}
88148814

8815+
options.close = close_func;
8816+
88158817
return this.show_popup_dialog(content, title, buttons, options);
88168818
};
88178819

0 commit comments

Comments
 (0)