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

update dialog forms

This commit is contained in:
Luke Pulverenti 2016-03-23 15:06:36 -04:00
parent 02fd3db751
commit 76dd2768d2
6 changed files with 12 additions and 8 deletions

View file

@ -130,7 +130,7 @@
ApiClient.downloadRemoteImage(options).then(function () {
hasChanges = true;
var dlg = $(page).parents('dialog')[0];
var dlg = $(page).parents('.dialog')[0];
dialogHelper.close(dlg);
});
}