1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

3.5.459. Improve prefix detection for sub-emotes. Allow prefixes for FFZ and API emote sets. Dark CSS tweaks. Closes #127.

This commit is contained in:
SirStendec 2017-04-07 14:36:39 -04:00
parent 1099cc95c2
commit c3e5aa4fcf
6 changed files with 98 additions and 19 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 458,
major: 3, minor: 5, revision: 459,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}