1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 23:37:41 +00:00

3.5.351. Fix hover pause for real. Fix modifier emote CSS. Fix BTTV + mod emotes.

This commit is contained in:
SirStendec 2016-10-25 16:26:57 -04:00
parent 96cfa89351
commit 1b4ac0bad8
7 changed files with 101 additions and 24 deletions

View file

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