summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_preview.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-29 19:29:41 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-29 19:29:41 +0500
commit5f2aa88a083f92d263e8f2a57253595071c4b904 (patch)
treecff481ab565b20289169c0effa49f657063f7af8 /web/react/components/file_preview.jsx
parentac8706b9f742ce2935e6e9785ecd7ae7358fef0f (diff)
parent54265271fa16c624570ff89a26ae8596cf0fafc7 (diff)
downloadchat-5f2aa88a083f92d263e8f2a57253595071c4b904.tar.gz
chat-5f2aa88a083f92d263e8f2a57253595071c4b904.tar.bz2
chat-5f2aa88a083f92d263e8f2a57253595071c4b904.zip
Merge branch 'master' of https://github.com/mattermost/platform into mm-1762
Diffstat (limited to 'web/react/components/file_preview.jsx')
-rw-r--r--web/react/components/file_preview.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/file_preview.jsx b/web/react/components/file_preview.jsx
index fdd12feec..7c1db3e10 100644
--- a/web/react/components/file_preview.jsx
+++ b/web/react/components/file_preview.jsx
@@ -24,7 +24,7 @@ module.exports = React.createClass({
if (filename.indexOf("/api/v1/files/get") != -1) {
filename = filename.split("/api/v1/files/get")[1];
}
- filename = window.location.origin + "/api/v1/files/get" + filename;
+ filename = utils.getWindowLocationOrigin() + "/api/v1/files/get" + filename;
if (type === "image") {
previews.push(