You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: