* Add function to avoid error when user cron to async send message.

This commit is contained in:
liugang
2017-10-27 10:26:11 +08:00
parent 3acbf6bd0a
commit 7116d5b454
8 changed files with 29 additions and 16 deletions

View File

@@ -13,5 +13,5 @@ $(function()
});
$('#name').focus();
$('#paramsmessage').attr('disabled', 'disabled');
$('#paramstext').attr('disabled', 'disabled');
});