Trigger grid layout on trakt
This commit is contained in:
parent
7a5ca71571
commit
490d61745e
1 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,10 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// @todo Trigger resize?
|
// Trigger resize
|
||||||
|
if ($grid) {
|
||||||
|
$grid.data('isotope').layout();
|
||||||
|
}
|
||||||
|
|
||||||
function processEpisode(that) {
|
function processEpisode(that) {
|
||||||
let $ep = $(that);
|
let $ep = $(that);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue