aboutsummaryrefslogtreecommitdiffstats
path: root/js/savegame.js
blob: 2a83f77a3f69d0b724db14d47103678fae690ad6 (plain)
1
2
3
4
5
6
7
function saveGame() {
	sendRequest("craftmine.php", "op=saveGame");
}

function downGame() {
	window.open("craftmine.php?op=downSave", "_blank");
}