From acfc0e766e266e60302a1cf1f4b18da759eb0243 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 7 May 2016 13:30:20 +0200 Subject: Change save buttons layout --- js/savegame.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/js/savegame.js b/js/savegame.js index d5a9ba1..c069b5c 100644 --- a/js/savegame.js +++ b/js/savegame.js @@ -2,7 +2,13 @@ function listSaves() { sendRequest("craftmine.php", "op=listSaves", function(ret) { var tmphtml="" for(var i=0; i" + ret[i] + "\n"; + tmphtml += "
"; + tmphtml += ""; + tmphtml += ""; + tmphtml += ""; + tmphtml += ""; + + tmphtml += "
" } console.log(tmphtml); document.getElementById("listsaves").innerHTML = tmphtml; -- cgit v1.2.3-54-g00ecf