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:
parent
dc2189d5f0
commit
41c93f613e
6 changed files with 142 additions and 36 deletions
|
@ -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 || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue