diff options
author | grant-kun <[email protected]> | 2022-10-17 09:32:33 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-17 09:32:33 -0500 |
commit | 4ed519354d7cbeb80ca55dfd0f7fc177e34d4acb (patch) | |
tree | f49d8070cc80a0fc3d84f5714b9840638adffea0 /html/mail.html | |
parent | 990900a85b982739ddc78892a16132b63ec4800f (diff) |
switching databases
Diffstat (limited to 'html/mail.html')
-rw-r--r-- | html/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mail.html b/html/mail.html index 7e306e8..7edc9a2 100644 --- a/html/mail.html +++ b/html/mail.html @@ -436,7 +436,7 @@ if (getCookie('login_key') == null) { window.location.href = '/' } - await init() + await update() //return //document.getElementsByClassName('loading')[0].style.display = 'none' let xx = document.getElementsByClassName('card')[0] |