From 4e2e79cf682ba7bffc5f31d7f0fc35d393b7e222 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 31 Mar 2019 03:53:47 +0200 Subject: let not var --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO') diff --git a/webAO/client.js b/webAO/client.js index 6a4843c..aa9e9e5 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -2125,7 +2125,7 @@ $(function () { modal: true, buttons: { Sure: function () { - var reason = prompt("Please enter the reason", ""); + let reason = prompt("Please enter the reason", ""); client.sendZZ(reason); $(this).dialog("close"); }, -- cgit