#712 - Support grouping multiple versions of a movie
This commit is contained in:
parent
7e2ffe8202
commit
6429e4e379
24 changed files with 72 additions and 51 deletions
|
@ -68,7 +68,7 @@
|
|||
overlayText: true,
|
||||
showTitle: true
|
||||
|
||||
})).createPosterItemHoverMenu();
|
||||
})).createPosterItemMenus();
|
||||
|
||||
});
|
||||
|
||||
|
@ -90,7 +90,7 @@
|
|||
|
||||
var html = recommendations.map(getRecommendationHtml).join('');
|
||||
|
||||
$('.recommendations', page).html(html).createPosterItemHoverMenu();
|
||||
$('.recommendations', page).html(html).createPosterItemMenus();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue