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

Added FFZ global emotes to My Emoticons menu when global emotes are turned on in settings.

This commit is contained in:
SirStendec 2015-02-26 17:27:39 -05:00
parent dc2189d5f0
commit 41c93f613e
6 changed files with 142 additions and 36 deletions

View file

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