mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +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.className = 'wait';
|
||||
document.sendForm.submit();
|
||||
enableForm();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user