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

3.5.514. Fix schedule parsing. Dark CSS tweak for chat replay.

This commit is contained in:
SirStendec 2017-09-01 16:13:02 -04:00
parent 50f597b769
commit 69d9823206
6 changed files with 26 additions and 7 deletions

View file

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