From 7ae50bd9541ec2bbb9c9f88070ca84bace99b6c6 Mon Sep 17 00:00:00 2001 From: amelia Date: Thu, 7 Apr 2022 10:42:59 -0500 Subject: Add files via upload --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 18414ae..9b965b6 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -make sure + @@ -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 @@ ______________________________________________________;;;;;'
_____________________________________________________,;;;;' //art by susie oviatt (find it here)
stuck on this page? make sure you have cookies and javascript enabled, dont know how to? goodluck (lol) + \ No newline at end of file -- cgit v1.2.3