From a94879a7d52e749a01c876dae8d6f2cd757730cb Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 7 Mar 2016 15:34:14 -0500 Subject: Fixed file attachment download link to properly trigger a download on IE11/Edge/Safari --- web/react/components/file_attachment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/react/components/file_attachment.jsx b/web/react/components/file_attachment.jsx index 810f90b13..589cec499 100644 --- a/web/react/components/file_attachment.jsx +++ b/web/react/components/file_attachment.jsx @@ -164,7 +164,7 @@ class FileAttachment extends React.Component { var filename = this.props.filename; var fileInfo = utils.splitFileLocation(filename); - var fileUrl = utils.getFileUrl(filename); + var fileUrl = utils.getFileUrl(filename, true); var type = utils.getFileType(fileInfo.ext); var playbackControls = ''; -- cgit v1.2.3-1-g7c22