mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update script loading
This commit is contained in:
parent
463ad6cfb1
commit
bbdbdf346e
92 changed files with 1062 additions and 518 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>Emby</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="selectServerPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-theme="b">
|
||||
<div id="selectServerPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-theme="b" data-require="scripts/selectserver">
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
|
@ -24,6 +24,15 @@
|
|||
${MessageNoServersAvailableToConnect}
|
||||
</div>
|
||||
|
||||
<div class="connectLogin" style="margin:1.5em 0;display:none;">
|
||||
<a class="btn btnActionAccent" href="connectlogin.html?mode=connect">
|
||||
<span>
|
||||
${ButtonSignInWithConnect}
|
||||
</span>
|
||||
<i class="fa fa-check"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="invitationSection" style="display:none;">
|
||||
<br />
|
||||
<h1 style="margin-bottom:.5em;padding-left:5px;">${HeaderInvitations}</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue