mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
riley is silly
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user