From e014a68c6e4fb679a59a868d82215b2c46d05ff5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 17 Dec 2019 11:19:25 -0500 Subject: [PATCH] Remove spurious variable --- gorge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gorge.js b/gorge.js index 98e2a6f..ea959c5 100644 --- a/gorge.js +++ b/gorge.js @@ -642,7 +642,7 @@ function clickPopup(text, type, location) { body.appendChild(div); setTimeout(() => { - body.removeChild(div);choice + body.removeChild(div); }, 2000); }