Skip to content
Snippets Groups Projects
Commit 14e16e89 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix room links on safari

parent 155a1475
Branches
Tags
No related merge requests found
...@@ -114,7 +114,7 @@ export default React.createClass({ ...@@ -114,7 +114,7 @@ export default React.createClass({
}, },
onHashChange() { onHashChange() {
var entity = window.location.hash.substr(2); // strip off #/ prefix var entity = unescape(window.location.hash.substr(2)); // strip off #/ prefix
if (!entity) { if (!entity) {
this.setState({ this.setState({
entity: null, entity: null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment