diff options
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index f7ab8b2..6a4843c 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -2125,7 +2125,8 @@ $(function () { modal: true, buttons: { Sure: function () { - client.sendZZ(""); + var reason = prompt("Please enter the reason", ""); + client.sendZZ(reason); $(this).dialog("close"); }, Cancel: function () { |
