Refocus message box after posting message

This commit is contained in:
Jeremy Zhang 2017-08-05 21:41:19 +00:00
parent 8fbe8e95d9
commit 162baec3c0

View File

@ -763,6 +763,7 @@
});
funct.always(function() {
$("#messagebox").attr('readonly', false);
$("#messagebox").focus();
});
}
});