From f5f13ebb900746c942d339149a838b6c8ef0586d Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 7 May 2016 14:02:55 +0200 Subject: btn-primary → btn-success MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/dungeon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/dungeon.js b/js/dungeon.js index c23b549..6ebf4dd 100644 --- a/js/dungeon.js +++ b/js/dungeon.js @@ -95,7 +95,7 @@ function endBattle(v,nb, f, ret){ } } var tmphtml = "Le " + v + " a gagné."; - tmphtml += "" + tmphtml += "" document.getElementById("tab4").innerHTML = tmphtml; displayExit(); sendRequest("craftmine.php", "op=sendDungeonProgress&floor="+f+"&mob="+nb); @@ -107,7 +107,7 @@ function endBattle(v,nb, f, ret){ function displayExit(){ var tmphtml = "

"; - tmphtml += ""; + tmphtml += ""; document.getElementById("tab4").innerHTML += tmphtml; } -- cgit v1.2.3-54-g00ecf