From 342769e94de2d098a32c5a79b513808267a3a39e Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 4 Feb 2005 22:58:28 +0000 Subject: [PATCH] typo in javascript code, message submit did not work :-( --- mod/chat/gui_sockets/chatinput.php | 160 ++++++++++++++--------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/mod/chat/gui_sockets/chatinput.php b/mod/chat/gui_sockets/chatinput.php index 5183a84405..f5673d60ba 100644 --- a/mod/chat/gui_sockets/chatinput.php +++ b/mod/chat/gui_sockets/chatinput.php @@ -1,80 +1,80 @@ -lang); - -?> - - - - - -Message Input - -javascript"); -?> - - - - - - -
chat_serverhost:$CFG->chat_serverport/"; ?>" method="get" target="empty" id="inputform" onsubmit="return empty_field_and_submit();"> ->> - -
- -
chat_serverhost:$CFG->chat_serverport/"; ?>" method="get" target="empty" id="sendform"> - - - - - -
- - - +lang); + +?> + + + + + +Message Input + +javascript"); +?> + + + + + + +
+>> + +
+ +
chat_serverhost:$CFG->chat_serverport/"; ?>" method="get" target="empty" id="sendform"> + + + + + +
+ + + -- 2.39.5