1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-10 00:00:53 +00:00

3.5.398. Three updates in one, I'm bad. New dashboard stuff. AutoMod badge. API helper functions for channel metadata.

This commit is contained in:
SirStendec 2016-12-14 02:40:18 -05:00
parent 439f2c32ae
commit b253f1a4d1
15 changed files with 335 additions and 23 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 395,
major: 3, minor: 5, revision: 398,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}
@ -229,6 +229,7 @@ require('./ember/directory');
require('./ember/following');
require('./ember/feed-card');
require('./ember/sidebar');
require('./ember/dashboard');
require('./debug');
@ -537,6 +538,7 @@ FFZ.prototype.init_ember = function(delay) {
this.setup_profile_following();
this.setup_feed_cards();
this.setup_sidebar();
this.setup_dashboard();
//this.setup_teams();