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

continue jquery removal

This commit is contained in:
Luke Pulverenti 2016-06-24 12:51:13 -04:00
parent ba14c457e8
commit 6c9609f234
7 changed files with 120 additions and 80 deletions

View file

@ -227,10 +227,8 @@
ImageEditor.show(virtualFolder.ItemId, {
theme: 'a'
}).then(function (hasChanged) {
if (hasChanged) {
reloadLibrary(page);
}
}).then(function () {
reloadLibrary(page);
});
});
}