mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
merged fix for MDL-7448, added enableForm() call to prevent chat lock up
This commit is contained in:
parent
c5d883fcfb
commit
4d0387400e
@ -38,6 +38,7 @@
|
|||||||
input_chat_message.value = '';
|
input_chat_message.value = '';
|
||||||
input_chat_message.className = 'wait';
|
input_chat_message.className = 'wait';
|
||||||
document.sendForm.submit();
|
document.sendForm.submit();
|
||||||
|
enableForm();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user