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 has been archived by the owner on Apr 30, 2018. It is now read-only.
The text was updated successfully, but these errors were encountered:
eniebla
changed the title
Emoticons Replace Only Works for de First One (Minor Bug)
Emoticons Replace Only Works for the First One (Minor Bug)
Dec 4, 2015
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
The text was updated successfully, but these errors were encountered: