diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-03-31 03:53:47 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-03-31 03:53:47 +0200 |
| commit | 4e2e79cf682ba7bffc5f31d7f0fc35d393b7e222 (patch) | |
| tree | f84fa3c45fa3657ab7de80854ef300d7314768db | |
| parent | 435c66de963fb9453b9a9e7b08e7ace7eab918dd (diff) | |
let not var
| -rw-r--r-- | webAO/client.js | 2 |
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"); }, |
