1
0
Fork 0
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:
SirStendec 2016-04-11 18:57:25 -04:00
parent 9ead660f89
commit 21d1ce0d8f
12 changed files with 130 additions and 127 deletions

View file

@ -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);
}