fix room links on safari

This commit is contained in:
Matthew Hodgson 2016-07-15 16:03:51 +01:00
parent 155a147571
commit 14e16e8945

View file

@ -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,