aboutsummaryrefslogtreecommitdiffstats
path: root/index.xhtml
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-05-10 23:40:17 +0200
committerpiernov <piernov@piernov.org>2016-05-10 23:40:17 +0200
commit1158d2063f00f38de19a4600566b244a942d86ba (patch)
tree5ada3489d5a7651f978623b8809a9cbcbff180ad /index.xhtml
parent21aedf3aec9de4f87c8598b32a2a0b1c18a0c43d (diff)
downloadcandybox-1158d2063f00f38de19a4600566b244a942d86ba.tar.gz
candybox-1158d2063f00f38de19a4600566b244a942d86ba.tar.bz2
candybox-1158d2063f00f38de19a4600566b244a942d86ba.tar.xz
candybox-1158d2063f00f38de19a4600566b244a942d86ba.zip
Add reset current game buttonHEADmaster
Diffstat (limited to 'index.xhtml')
-rw-r--r--index.xhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.xhtml b/index.xhtml
index 7c32ee3..dc11052 100644
--- a/index.xhtml
+++ b/index.xhtml
@@ -114,6 +114,7 @@
<input type="file" id="selectedFile" style="display: none;" accept=".save.xml" onchange="uploadSave()" />
<button class="btn btn-success" type="button" onclick="document.getElementById('selectedFile').click()">Upload</button>
<button class="btn btn-success" type="button" onclick="deleteSave()">Delete</button>
+ <button class="btn btn-success" type="button" onclick="resetGame()">Reset current game</button>
</div>
</div>
</div>