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

3.5.380. Fix bits rendering, maybe. Hook relocated scrolling logic. (Why is it in layout? :-/) Closes #57

This commit is contained in:
SirStendec 2016-11-27 15:33:55 -05:00
parent 32f3e9b20b
commit b5f2677642
4 changed files with 42 additions and 6 deletions

View file

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