diff options
author | grant-kun <[email protected]> | 2022-10-25 08:38:13 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-25 08:38:13 -0500 |
commit | eb7dc5ba1945270f632657df36a621c253e91faa (patch) | |
tree | 4ae49971f72f08000ace1e79b4557d80b9b251be /html/mail.html | |
parent | fd66e581b089f44db20c79de201852177af6964f (diff) |
qol changes and fixed
Diffstat (limited to 'html/mail.html')
-rw-r--r-- | html/mail.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/mail.html b/html/mail.html index 0de77a9..5502d15 100644 --- a/html/mail.html +++ b/html/mail.html @@ -398,7 +398,9 @@ revved = emails.reverse() index = revved.indexOf(emails[index]) + 1 //pretty proud of this reverse indexer :) - sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 }) + sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 }).then(()=>{ + update() + }) } function umail() { let ret = '' |