]> git.mjollnir.org Git - moodle.git/commitdiff
merged fix for MDL-7448, added enableForm() call to prevent chat lock up
authortoyomoyo <toyomoyo>
Fri, 24 Nov 2006 04:19:11 +0000 (04:19 +0000)
committertoyomoyo <toyomoyo>
Fri, 24 Nov 2006 04:19:11 +0000 (04:19 +0000)
mod/chat/gui_header_js/chatinput.php

index f3502e2dc4c24ae2f49d99c09b609ed9e0f372a7..f39dfe10b490f21e42f952a78abb2e669049bf1e 100644 (file)
@@ -38,6 +38,7 @@
         input_chat_message.value = '';
         input_chat_message.className = 'wait';
         document.sendForm.submit();
+        enableForm();
         return false;
     }