1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-29 07:45:33 +00:00

3.5.363. Properly position search popout. Dispatch events correctly for TwitchBot. Fix an issue with BTTV compatibility. Dark mode CSS tweaks.

This commit is contained in:
SirStendec 2016-11-08 16:43:02 -05:00
parent ff6f23b07e
commit d3262d4fff
9 changed files with 37 additions and 15 deletions

View file

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