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

3.5.527. Tooltips! Lots of changes to how link tooltips render. And some stuff about the dark theme I guess.

This commit is contained in:
SirStendec 2017-09-26 17:01:51 -04:00
parent 231e2839e8
commit 9e845b171e
14 changed files with 534 additions and 181 deletions

View file

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