1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

Add hotfix: do not unlisten history.js object

This commit is contained in:
Tim Daubenschütz 2015-12-07 17:41:10 +01:00
parent c6443bb79d
commit b8c58aa900

View File

@ -69,7 +69,7 @@ let Header = React.createClass({
componentWillUnmount() { componentWillUnmount() {
UserStore.unlisten(this.onChange); UserStore.unlisten(this.onChange);
WhitelabelStore.unlisten(this.onChange); WhitelabelStore.unlisten(this.onChange);
history.unlisten(this.onRouteChange); //history.unlisten(this.onRouteChange);
}, },
getLogo() { getLogo() {