From 4d0387400e228b318722e2cd3ad386e05cff721b Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 24 Nov 2006 04:19:11 +0000 Subject: [PATCH] merged fix for MDL-7448, added enableForm() call to prevent chat lock up --- mod/chat/gui_header_js/chatinput.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/chat/gui_header_js/chatinput.php b/mod/chat/gui_header_js/chatinput.php index f3502e2dc4..f39dfe10b4 100644 --- a/mod/chat/gui_header_js/chatinput.php +++ b/mod/chat/gui_header_js/chatinput.php @@ -38,6 +38,7 @@ input_chat_message.value = ''; input_chat_message.className = 'wait'; document.sendForm.submit(); + enableForm(); return false; } -- 2.39.5