1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-02 00:58:32 +00:00

3.5.355. Auto-Pause Hosted Channels. CSS tweaks. Refactor chat hover pause so that VOD chat uses the same code. Do per-channel badge CSS for chat replay. Stuff.

This commit is contained in:
SirStendec 2016-10-27 12:49:31 -04:00
parent 1b4ac0bad8
commit 34eb700c14
13 changed files with 231 additions and 646 deletions

View file

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