From 12011965667963c57bd7a4bd0f7983555aac2c65 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Tue, 6 Dec 2016 15:51:22 -1000 Subject: [PATCH] un-sneaking in some stuff --- client/coral-embed-stream/src/CommentStream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/CommentStream.js b/client/coral-embed-stream/src/CommentStream.js index bb1d4e6e0..0fda9444d 100644 --- a/client/coral-embed-stream/src/CommentStream.js +++ b/client/coral-embed-stream/src/CommentStream.js @@ -70,7 +70,7 @@ class CommentStream extends Component { const path = /https?\:\/\/([^?#]+)/.exec(this.pym.parentUrl); this.props.getStream(path[1] || window.location); - this.path = path[1] || window.location; + this.path = path; this.pym.sendMessage('childReady'); }