1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-10 15:43:00 +08:00
cfx-server-data/resources/[system]/chat/html
moscovium 8d9458fada chat: fix messages like ^35121.0^7 showing as .0
This happens because Quake colors are meant to be only a single character, yet the regular expression uses the `+` operator.
2017-06-03 08:35:45 +02:00
..
vendor Betterchat v2 2017-05-21 16:52:55 +02:00
App.js Finished up some chat stuff 2017-05-28 15:27:26 +02:00
config.default.js Added styles support, fixed messages with no author, removed JQuery dep 2017-05-26 00:51:34 +02:00
index.css Finished up some chat stuff 2017-05-28 15:27:26 +02:00
index.html Added styles support, fixed messages with no author, removed JQuery dep 2017-05-26 00:51:34 +02:00
Message.js chat: fix messages like ^35121.0^7 showing as .0 2017-06-03 08:35:45 +02:00
Suggestions.js Betterchat v2 2017-05-21 16:52:55 +02:00