aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-03-31 03:53:47 +0200
committerstonedDiscord <stoned@derpymail.org>2019-03-31 03:53:47 +0200
commit4e2e79cf682ba7bffc5f31d7f0fc35d393b7e222 (patch)
treef84fa3c45fa3657ab7de80854ef300d7314768db /webAO
parent435c66de963fb9453b9a9e7b08e7ace7eab918dd (diff)
let not var
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
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");
},