mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 01:28:30 +00:00
Fixed a bug that'd probably cause out of order messages when disabling chat delay if things were timed just right. Added the Firefox upgrade notice.
This commit is contained in:
parent
ad21cfa9ae
commit
56392cd879
3 changed files with 15 additions and 3 deletions
|
@ -21,7 +21,7 @@ FFZ.get = function() { return FFZ.instance; }
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 13,
|
||||
major: 3, minor: 5, revision: 14,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue