diff --git a/static/lib/FileSaver.js b/static/lib/FileSaver.js index 378a9dcc4..b0b89994c 100644 --- a/static/lib/FileSaver.js +++ b/static/lib/FileSaver.js @@ -230,3 +230,4 @@ var saveAs = saveAs // with an attribute `content` that corresponds to the window if (typeof module !== 'undefined') module.exports = saveAs; +window.saveAs = saveAs; \ No newline at end of file