1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-04 01:58:31 +00:00

Removed Firefox update warning. Made styles attempt to re-downlaod with new URLs upon error due to CDN issues. Made viewer list sorting optional. Added safety checks to API for non-global sets.

This commit is contained in:
SirStendec 2015-10-27 21:22:54 -04:00
parent acc0010247
commit a7f6e0b63f
6 changed files with 30 additions and 13 deletions

View file

@ -22,7 +22,7 @@ FFZ.get = function() { return FFZ.instance; }
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 40,
major: 3, minor: 5, revision: 42,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}