Skip to content

Commit

Permalink
Fix event bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 7, 2023
1 parent 59ffc5c commit 90bf832
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extensions/mail/mail.min.js

Large diffs are not rendered by default.

Binary file modified extensions/mail/mail.min.js.gz
Binary file not shown.
5 changes: 2 additions & 3 deletions extensions/mail/mail.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -3603,10 +3603,9 @@ const mail = (function() {
key = key ? ('?key=' + key.replace(/&/g, '%26')) : String();
$.post(_.path.extensions + '/mail/folders.cgi' + key + '', function(source) {
if (!!key) {
tree.reload(source)
tree.reload(source);
} else {
tree.init(source)
mail.messages.events()
tree.init(source);
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit 90bf832

Please sign in to comment.