Open sorryjack opened 9 years ago
It sounds like you're not including all the javascript correctly. Please use groups for support.
I think there is an error in lib/template/shoutbox.html
onkeypress="ajaxChat.handleInputFieldKeyPress(event);"
should be
onkeypress="ajaxChat.handleInputFieldKeyDown(event);"
Also, sound_7.ogg, sound_7.wav, sound_8.ogg and sound_7.wav are missing.
Quite right. Looks like I changed the function elsewhere but not shoutbox.
I integrate the standalone version to my website as shoutbox and I got this error when I type on the chat input field: TypeError: ajaxChat.handleInputFieldKeyPress is not a function
It runs well on the standalone chat app, but not in shoutbox mode.
Thanks n please help.