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

Remove unused Connect related from the frontend

This commit is contained in:
Claus Vium 2019-01-27 19:32:43 +01:00
parent 0474bcfa8f
commit 2339b57479
5 changed files with 3 additions and 317 deletions

View file

@ -28,10 +28,9 @@ define(["loading", "globalize", "dashboardcss", "emby-input", "emby-button", "em
data: {
Name: form.querySelector("#txtUsername").value
},
url: apiClient.getUrl("Startup/User"),
dataType: "json"
url: apiClient.getUrl("Startup/User")
}).then(onUpdateUserComplete, function(response) {
response && response.status;
console.log(response);
})
}