From 09245403aa670f17789df1148fa004be843aa9b7 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Tue, 6 Dec 2016 14:42:09 -1000 Subject: [PATCH] riley is silly --- 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 0fda9444d..bb1d4e6e0 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; + this.path = path[1] || window.location; this.pym.sendMessage('childReady'); }