diff --git a/frontend-js/src/main/js/gui/export/GraphicsExportPanel.js b/frontend-js/src/main/js/gui/export/GraphicsExportPanel.js index 777387b9d79625f2e058e972a6842f656caf2a14..4e2f7103a850a8a55e62ec42efbb08da47c9ba5c 100644 --- a/frontend-js/src/main/js/gui/export/GraphicsExportPanel.js +++ b/frontend-js/src/main/js/gui/export/GraphicsExportPanel.js @@ -146,7 +146,7 @@ GraphicsExportPanel.prototype._createDownloadButton = function() { handlerClass : self.getFormatHandler(), }).then(function(url) { return self.downloadFile(url); - }).then(null, GuiConnector.error); + }).then(null, GuiConnector.alert); }, }); downloadDiv.appendChild(button);