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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-08-29 03:12:24 -04:00
parent 31449f85de
commit 7acfaee309
15 changed files with 86 additions and 143 deletions

View file

@ -144,6 +144,10 @@
function onDialogClosed() {
Dashboard.hideLoadingMsg();
// hardcoding this to true for now until libraryOptions are taken into account
hasChanges = true;
currentDeferred.resolveWith(null, [hasChanges]);
}