fix room links on safari
This commit is contained in:
parent
155a147571
commit
14e16e8945
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export default React.createClass({
|
|||
},
|
||||
|
||||
onHashChange() {
|
||||
var entity = window.location.hash.substr(2); // strip off #/ prefix
|
||||
var entity = unescape(window.location.hash.substr(2)); // strip off #/ prefix
|
||||
if (!entity) {
|
||||
this.setState({
|
||||
entity: null,
|
||||
|
|
Loading…
Reference in a new issue