mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #79 from cvium/remove_more_connect
Remove unused Connect related from the frontend
This commit is contained in:
commit
d79a07dd34
5 changed files with 3 additions and 317 deletions
|
@ -29,10 +29,9 @@ define(["loading", "globalize", "dashboardcss", "emby-input", "emby-button", "em
|
|||
Name: form.querySelector("#txtUsername").value,
|
||||
Password: form.querySelector("#txtManualPassword").value
|
||||
},
|
||||
url: apiClient.getUrl("Startup/User"),
|
||||
dataType: "json"
|
||||
url: apiClient.getUrl("Startup/User")
|
||||
}).then(onUpdateUserComplete, function(response) {
|
||||
response && response.status;
|
||||
console.log(response);
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue