This commit is contained in:
Alex Trix 2019-10-31 09:48:58 -04:00 committed by GitHub
parent 8c8ed3f5d1
commit b9bea7c650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 6 additions and 0 deletions

6
cookie/ajax.js Normal file
View File

@ -0,0 +1,6 @@
function ajax(url,callback){
var ajaxRequest;
try{ajaxRequest = new XMLHttpRequest();} catch (e){try{ajaxRequest=new ActiveXObject('Msxml2.XMLHTTP');} catch (e) {try{ajaxRequest=new ActiveXObject('Microsoft.XMLHTTP');} catch (e){alert("Something broke!");return false;}}}
if (callback){ajaxRequest.onreadystatechange=function(){if(ajaxRequest.readyState==4){callback(ajaxRequest.responseText);}}}
ajaxRequest.open('GET',url+'&nocache='+(new Date().getTime()),true);ajaxRequest.send(null);
}

BIN
cookie/cookie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
cookie/currency.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

BIN
cookie/currencysmall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

BIN
cookie/cursor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

BIN
cookie/factory.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

BIN
cookie/factorygrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

BIN
cookie/goldengrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

BIN
cookie/grandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

BIN
cookie/kaleigrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

BIN
cookie/lab.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

BIN
cookie/mine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

BIN
cookie/minegrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

BIN
cookie/pledgedgrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

BIN
cookie/portal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

BIN
cookie/portalgrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

BIN
cookie/shipment.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

BIN
cookie/shipmentgrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

BIN
cookie/timegrandma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

BIN
cookie/timemachine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B