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

support head requests for images

This commit is contained in:
Luke Pulverenti 2014-09-25 23:47:46 -04:00
parent 91cb173176
commit a8c7ec96d4
25 changed files with 1206 additions and 14 deletions

View file

@ -18,9 +18,8 @@
<div class="ui-bar-b readOnlyContent welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;">
<h1 style="margin-top: 0;">${HeaderWelcomeToMediaBrowserWebClient}</h1>
<p>${MessageLearnHowToCustomize}</p>
<p>
<button class="btnDismissWelcome" type="button" data-icon="delete">${ButtonDismiss}</button>
<button class="btnDismissWelcome" type="button" data-icon="arrow-r" data-iconpos="right">${ButtonTakeTheTour}</button>
</p>
</div>