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

remove unused call to hide loading indicator

This commit is contained in:
dkanada 2019-05-06 21:26:48 -07:00
parent e833225ab3
commit b41ae5f483
2 changed files with 12 additions and 9 deletions

View file

@ -193,8 +193,9 @@ define(["loading", "dialogHelper", "dom", "components/libraryoptionseditor/libra
}
var currentDeferred;
var hasChanges;
var currentOptions;
var hasChanges = false;
return editor;
});