From 6be515d769457246b1426952b9d0721cf5a244be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=82=A8=ED=98=84?= Date: Wed, 4 Nov 2020 16:43:19 +0900 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index af28f13..5557be0 100644 --- a/app.js +++ b/app.js @@ -45,7 +45,7 @@ var console = { if (typeof(WScript) !== "undefined") { WScript.echo(msg); } else if (typeof(window) !== "undefined") { - window.alert(msg); + //window.alert(msg); } this._messages.push(msg);