1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 01:28:30 +00:00

3.5.268. Dropdowns in settings can now be sorted. Cleaned up a bit of colors stuff.

This commit is contained in:
SirStendec 2016-08-10 17:32:12 -04:00
parent f800b35217
commit 0ee788b998
4 changed files with 164 additions and 116 deletions

View file

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