From 38f5d4dd069953d5a03787e9e593914e73ea4cfd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 6 Aug 2022 14:17:41 +0200 Subject: Raiders and rout elimination due to no retreat. --- play.js | 1 - 1 file changed, 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 8bc2bd7..866f1c6 100644 --- a/play.js +++ b/play.js @@ -813,7 +813,6 @@ function battle_button(id, action) { function on_update() { if (!ui.loaded) { - document.getElementById("prompt").textContent = "ERROR" return setTimeout(on_update, 500) } -- cgit v1.2.3