1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 16:08:31 +00:00

3.5.390. Dark theme tweaks for the resub button and channel feed. A bit of work for adding notification control to friend cards. Closes #61

This commit is contained in:
SirStendec 2016-12-06 21:34:09 -05:00
parent 5d09aca868
commit 6832ed3cc9
5 changed files with 55 additions and 9 deletions

View file

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