mod-chat MDL-21534 Fixed very minor error

This commit is contained in:
Sam Hemelryk 2010-02-16 07:04:19 +00:00
parent 6f49f6c0c7
commit 5be949984d

View File

@ -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);