diff options
| -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"); }, |
