aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-25 08:38:13 -0500
committergrant-kun <[email protected]>2022-10-25 08:38:13 -0500
commiteb7dc5ba1945270f632657df36a621c253e91faa (patch)
tree4ae49971f72f08000ace1e79b4557d80b9b251be /html
parentfd66e581b089f44db20c79de201852177af6964f (diff)
qol changes and fixed
Diffstat (limited to 'html')
-rw-r--r--html/mail.html4
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 = ''