aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-25 09:57:01 -0500
committergrant-kun <[email protected]>2022-10-25 09:57:01 -0500
commit032266f5db33a95af25ee81d8beba74ac68858da (patch)
tree82ec25767b2456e850c5fe70fe934bcf2c2d4adf /html
parenteb7dc5ba1945270f632657df36a621c253e91faa (diff)
fixed storage issues (maybe)
Diffstat (limited to 'html')
-rw-r--r--html/mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mail.html b/html/mail.html
index 5502d15..89525a6 100644
--- a/html/mail.html
+++ b/html/mail.html
@@ -398,7 +398,7 @@
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 }).then(()=>{
+ sendenc('/del', { 'index': index, 'fuck you': true, 'user': 'root', 'login_key': getCookie('login_key'), 'requested': 0 }).then(() => {
update()
})
}