mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 23:37:41 +00:00
3.5.370. Add temporary setting to remove messages containing banned words. Fix sidebar link color with FFZ's dark theme.
This commit is contained in:
parent
35b0665618
commit
791fcab2d2
7 changed files with 54 additions and 31 deletions
|
@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 369,
|
||||
major: 3, minor: 5, revision: 370,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue