diff options
author | amelia <[email protected]> | 2022-04-07 10:42:59 -0500 |
---|---|---|
committer | amelia <[email protected]> | 2022-04-07 10:42:59 -0500 |
commit | 7ae50bd9541ec2bbb9c9f88070ca84bace99b6c6 (patch) | |
tree | f2ab038f6017115f15a25e38c2b680339fed3e3f /index.html | |
parent | d0145177be875f63d0027ebb48ceb5e868828e96 (diff) |
Add files via upload
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -make sure<!DOCTYPE html> +<!DOCTYPE html> <html> <head> @@ -248,16 +248,19 @@ transform:scale(0.7); if (bank == "") { createCookie('bank', 15); var bank = getCookie('bank'); + location.reload(); } if (inv == "") { createCookie('inv', JSON.stringify([])); var inv = getCookie('inv'); + location.reload(); } if (storage == "") { createCookie('storage', JSON.stringify([])); var inv = getCookie('storage'); + location.reload(); } var arr = JSON.parse(inv); var storage = JSON.parse(storage); @@ -335,7 +338,7 @@ transform:scale(0.7); }) .then(data => { - var intervalID = window.setInterval(myCallback, 300); + var intervalID = window.setInterval(myCallback, 500); function myCallback() { updateInv() @@ -484,6 +487,7 @@ ______________________________________________________;;;;;'</br> _____________________________________________________,;;;;' //art by susie oviatt (find it <a href="https://www.asciiart.eu/plants/flowers">here</a>)</br> </tt></bold></div> stuck on this page? make sure you have cookies and javascript enabled, dont know how to? goodluck (lol) + </body> </html>
\ No newline at end of file |