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

3.5.379. Fix chat breaking due to unloaded badge data. Fix host mode not starting correctly. Add name_key parameter to API constructor. Use name_key for badge classes rather than id to give badges added by the API stable, predictable classnames.

This commit is contained in:
SirStendec 2016-11-23 16:41:49 -05:00
parent caa68c507c
commit 32f3e9b20b
8 changed files with 60 additions and 55 deletions

View file

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