Index: openacs-4/packages/xowiki/tcl/chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/chat-procs.tcl,v diff -u -N -r1.33 -r1.34 --- openacs-4/packages/xowiki/tcl/chat-procs.tcl 24 Oct 2018 10:29:13 -0000 1.33 +++ openacs-4/packages/xowiki/tcl/chat-procs.tcl 24 Oct 2018 17:02:51 -0000 1.34 @@ -191,6 +191,8 @@ } } + template::add_refresh_on_history_handler + template::add_event_listener \ -id "xowiki-chat-messages-form" -event "submit" \ -script [subst {chatSendMsg('${send_url}', ${send_msg_handler});}]