diff --git a/dashboard-ui/components/imagedownloader/imagedownloader.js b/dashboard-ui/components/imagedownloader/imagedownloader.js index d446175ed..d7113754f 100644 --- a/dashboard-ui/components/imagedownloader/imagedownloader.js +++ b/dashboard-ui/components/imagedownloader/imagedownloader.js @@ -128,7 +128,8 @@ ApiClient.downloadRemoteImage(options).done(function () { hasChanges = true; - history.back(); + var dlg = $(page).parents('paper-dialog')[0]; + PaperDialogHelper.close(dlg); }); } diff --git a/dashboard-ui/thirdparty/viblast/viblast-video-js.swf b/dashboard-ui/thirdparty/viblast/viblast-video-js.swf new file mode 100644 index 000000000..860be6c8c Binary files /dev/null and b/dashboard-ui/thirdparty/viblast/viblast-video-js.swf differ