1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update image magick sharp

This commit is contained in:
Luke Pulverenti 2015-03-02 00:16:29 -05:00
parent 88698139ff
commit 35bc1c89ac
12 changed files with 308 additions and 28 deletions

View file

@ -649,7 +649,7 @@ var Dashboard = {
ensureHeader: function (page) {
if (page.hasClass('standalonePage')) {
if (page.hasClass('standalonePage') && !page.hasClass('noHeaderPage')) {
Dashboard.renderHeader(page);
}