mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
mod-chat MDL-21534 Fixed very minor error
This commit is contained in:
parent
6f49f6c0c7
commit
5be949984d
@ -83,7 +83,7 @@ M.mod_chat_ajax.init = function(Y, cfg) {
|
||||
on : {
|
||||
success : function(tid, outcome) {
|
||||
this.messageinput.focus();
|
||||
this.messageinput.removeAttribute('disabled'),
|
||||
this.messageinput.removeAttribute('disabled');
|
||||
this.messageinput.set('value', '');
|
||||
try {
|
||||
var data = Y.JSON.parse(outcome.responseText);
|
||||
|
Loading…
x
Reference in New Issue
Block a user