update image editor

This commit is contained in:
Luke Pulverenti 2015-09-17 13:32:39 -04:00
parent 1bb7d85b87
commit c5bfd529a2
4 changed files with 12 additions and 11 deletions

View file

@ -185,7 +185,7 @@
function showImageDownloader(page, imageType) {
require(['components/imagedownloader/imagedownloader'], function () {
ImageDownloader.show(currentItem.Id, imageType).done(function (hasChanges) {
ImageDownloader.show(currentItem.Id, currentItem.Type, imageType).done(function (hasChanges) {
if (hasChanges) {
reload(page);