mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
a1a3326761
commit
749a13a76c
7 changed files with 70 additions and 13 deletions
|
@ -2,9 +2,7 @@
|
|||
|
||||
function onLoggedIn() {
|
||||
|
||||
// Need to switch from https to http
|
||||
|
||||
window.location = getWindowUrl().replace(/https/gi, 'http').replace(/connectlogin/gi, 'selectserver');
|
||||
Dashboard.navigate('selectserver.html');
|
||||
}
|
||||
|
||||
function login(page, username, password) {
|
||||
|
@ -36,7 +34,6 @@
|
|||
var password = $('#txtManualPassword', page).val();
|
||||
|
||||
login(page, user, password);
|
||||
|
||||
}
|
||||
|
||||
window.ConnectLoginPage = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue