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

3.5.427. Fix API badges not rendering correctly. Fix Hidden Badges UI not opening. Remove unnecessary logging. Remove unnecessary badge CSS when high-DPI images are not available. Fix API badges not supporting just sending in a string ID.

This commit is contained in:
SirStendec 2017-02-14 12:43:53 -05:00
parent 7e88c18ead
commit b80731985f
6 changed files with 23 additions and 17 deletions

View file

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