mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-06 06:10:54 +00:00
3.5.156. Feed Cards. CSS tweaks. Fixed Golden Kappa's tooltip. Not much here.
This commit is contained in:
parent
9ead660f89
commit
21d1ce0d8f
12 changed files with 130 additions and 127 deletions
|
@ -41,7 +41,7 @@ FFZ.ffz_commands.reload = function(room, args) {
|
|||
// Emote Sets
|
||||
for(var set_id in this.emote_sets) {
|
||||
var es = this.emote_sets[set_id];
|
||||
if ( es.hasOwnProperty('source_ext') )
|
||||
if ( ! es || es.hasOwnProperty('source_ext') )
|
||||
continue;
|
||||
|
||||
promises.push(new Promise(function(done, fail) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue