Legacy
6
cookie/ajax.js
Normal 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
After Width: | Height: | Size: 4.4 KiB |
BIN
cookie/currency.png
Normal file
After Width: | Height: | Size: 401 B |
BIN
cookie/currencysmall.png
Normal file
After Width: | Height: | Size: 259 B |
BIN
cookie/cursor.png
Normal file
After Width: | Height: | Size: 640 B |
BIN
cookie/factory.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
cookie/factorygrandma.png
Normal file
After Width: | Height: | Size: 513 B |
BIN
cookie/goldengrandma.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
cookie/grandma.png
Normal file
After Width: | Height: | Size: 481 B |
BIN
cookie/kaleigrandma.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
cookie/lab.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
cookie/mine.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
cookie/minegrandma.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
cookie/pledgedgrandma.png
Normal file
After Width: | Height: | Size: 367 B |
BIN
cookie/portal.png
Normal file
After Width: | Height: | Size: 728 B |
BIN
cookie/portalgrandma.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
cookie/shipment.png
Normal file
After Width: | Height: | Size: 536 B |
BIN
cookie/shipmentgrandma.png
Normal file
After Width: | Height: | Size: 484 B |
BIN
cookie/timegrandma.png
Normal file
After Width: | Height: | Size: 499 B |
BIN
cookie/timemachine.png
Normal file
After Width: | Height: | Size: 477 B |