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
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
If you send :) :) :) only the first one is replaced for an emoticon
FILE: jquery.chatjs.messageboard.js
var emoticons = [
{ pattern: ":-)", cssClass: "happy" },
MUST BE
{ pattern: /:-)/g, cssClass: "happy" },
replace all the "..." for /...../g
Hope this helps