1
0
Fork 0
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:
Vasily 2019-01-30 16:57:23 +03:00 committed by GitHub
commit d79a07dd34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 317 deletions

View file

@ -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);
})
}