mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
beta fixes
This commit is contained in:
parent
7548d97912
commit
598ac483e0
2 changed files with 4 additions and 4 deletions
|
@ -134,8 +134,8 @@
|
||||||
<div class="dashboardFooter">
|
<div class="dashboardFooter">
|
||||||
<div style="height:1px;" class="ui-bar-inherit"></div>
|
<div style="height:1px;" class="ui-bar-inherit"></div>
|
||||||
<div style="margin-top:1em;">
|
<div style="margin-top:1em;">
|
||||||
<a href="http://mediabrowser.tv" target="_blank">Media Browser</a>
|
<a href="http://emby.media" target="_blank">Emby</a>
|
||||||
<a href="http://mediabrowser.tv/community" target="_blank">${LinkCommunity}</a>
|
<a href="http://emby.media/community" target="_blank">${LinkCommunity}</a>
|
||||||
<a href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
|
<a href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
|
||||||
<a class="swaggerLink" target="_blank" href="#">${LinkApi}</a>
|
<a class="swaggerLink" target="_blank" href="#">${LinkApi}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -51,8 +51,8 @@
|
||||||
images = images.not(loaded);
|
images = images.not(loaded);
|
||||||
}
|
}
|
||||||
|
|
||||||
$w.scroll(unveil);
|
$w.on('scroll.unveil', unveil);
|
||||||
$w.resize(unveil);
|
$w.on('resize.unveil', unveil);
|
||||||
|
|
||||||
unveil();
|
unveil();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue