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:
parent
fbb793e445
commit
ec57b8c493
2 changed files with 2 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue