From 4b04ed3abe48a1623b84b5c84fde8ee1b141f3e3 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 10 May 2016 22:55:16 +0200 Subject: Fix spelling mistake on dungeon end --- js/dungeon.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/dungeon.js b/js/dungeon.js index 7d97b49..a84466e 100644 --- a/js/dungeon.js +++ b/js/dungeon.js @@ -118,10 +118,10 @@ function exitDungeon(boss){ levelUp(20);//you earn 20 xp creditAccount(1000);//you earn 1000 gold coins var tmphtml = "

You have completed the dungeon! CONGRATULATIONS!

"; - tmphmtl += ""; document.getElementById("tab4").innerHTML = tmphtml; } else document.getElementById("tab4").innerHTML = "

Not available, you have to buy a ticket in the build section.

"; -- cgit v1.2.3-54-g00ecf