1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-10-05 19:00:47 +00:00

3.5.355. Auto-Pause Hosted Channels. CSS tweaks. Refactor chat hover pause so that VOD chat uses the same code. Do per-channel badge CSS for chat replay. Stuff.

This commit is contained in:
SirStendec 2016-10-27 12:49:31 -04:00
parent 1b4ac0bad8
commit 34eb700c14
13 changed files with 231 additions and 646 deletions

View file

@ -173,6 +173,9 @@ FFZ.ffz_commands.reload = function(room, args) {
var f = this,
promises = [];
// Feature Friday. There's no feedback possible so don't use a promise.
this.check_ff();
// Badge Information
promises.push(new Promise(function(done, fail) {
f.load_badges(function(success, badge_count, badge_total, badge_data) {