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

Removed some newlines and manual deuglification

This commit is contained in:
Claus Vium 2019-02-14 19:05:09 +01:00
parent fbb793e445
commit ec57b8c493
2 changed files with 2 additions and 11 deletions

View file

@ -7,8 +7,8 @@ define(["loading", "fnchecked", "emby-linkbutton", "emby-input", "emby-checkbox"
loading.hide();
}
function onSubmit(e__q) {
e__q.preventDefault();
function onSubmit(evt) {
evt.preventDefault();
loading.show();
var form = this;
ApiClient.getNamedConfiguration("subtitles").then(function (config) {