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

Switch off of jQuery

This commit is contained in:
Matt Montgomery 2020-04-13 16:23:16 -05:00
parent fa9e2b476b
commit fdfdcd60fe
8 changed files with 35 additions and 21 deletions

View file

@ -1,12 +1,12 @@
<div id="quickConnectPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderHome}" data-backbutton="true">
<button is="emby-button" id="btnQuickConnectActivate" type="button" class="raised button-submit block" disabled>
<button is="emby-button" id="btnQuickConnectActivate" type="button" class="raised button-submit block">
<span>Activate</span>
</button>
Incoming login requests:
<div class="quickConnectSettingsContainer padded-left padded-right padded-bottom-page">
<ul id="quickConnectIncoming">
<li>Failed to load incoming requests</li>
</ul>
<li>Failed to load incoming requests</li>
</ul>
</div>
</div>