mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update naming project
This commit is contained in:
parent
cb4ef6cdce
commit
b1043b093c
@ -40,7 +40,10 @@
|
||||
|
||||
<p class="localhostMessage" style="text-align: center; display: none;">${PasswordLocalhostMessage}</p>
|
||||
|
||||
<p><a href="#" class="lnkManualLogin" onclick="LoginPage.showManualForm($.mobile.activePage, true);">${ButtonManualLogin}</a></p>
|
||||
<p>
|
||||
<a href="forgotpassword.html" style="margin-right: 3em;">${ButtonForgotPassword}</a>
|
||||
<a href="#" class="lnkManualLogin" onclick="LoginPage.showManualForm($.mobile.activePage, true);">${ButtonManualLogin}</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -2,7 +2,9 @@
|
||||
|
||||
function onLoggedIn() {
|
||||
|
||||
window.location = 'selectserver.html';
|
||||
// Need to switch from https to http
|
||||
|
||||
window.location = getWindowUrl().replace(/https/gi, 'http').replace(/connectlogin/gi, 'selectserver');
|
||||
}
|
||||
|
||||
function login(page, username, password) {
|
||||
|
Loading…
Reference in New Issue
Block a user