diff --git a/dashboard-ui/components/imagedownloader/imagedownloader.js b/dashboard-ui/components/imagedownloader/imagedownloader.js index d446175ed5..d7113754f1 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 0000000000..860be6c8c4 Binary files /dev/null and b/dashboard-ui/thirdparty/viblast/viblast-video-js.swf differ