Trigger grid layout on trakt

This commit is contained in:
Dan Jones 2018-06-13 09:16:39 -05:00
commit 490d61745e

View file

@ -39,7 +39,10 @@
}
});
// @todo Trigger resize?
// Trigger resize
if ($grid) {
$grid.data('isotope').layout();
}
function processEpisode(that) {
let $ep = $(that);