mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +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
|
@ -917,6 +917,9 @@ FFZ.prototype._load_room_json = function(room_id, callback, data) {
|
|||
|
||||
this.update_ui_link();
|
||||
|
||||
if ( data.set )
|
||||
this.rerender_feed_cards(data.set);
|
||||
|
||||
if ( callback )
|
||||
callback(true, data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue