Merge branch 'master' into ui-2

# Conflicts:
#	js/src/views/ContractDevelop/store.js
This commit is contained in:
Jaco Greeff
2017-05-05 10:08:10 +02:00
15 changed files with 172 additions and 72 deletions

View File

@@ -83,7 +83,10 @@ class ParityBar extends Component {
dappsStore
.on('loaded', (app) => {
this.app = app;
this.loadPosition();
if (this.props.dapp) {
this.loadPosition();
}
});
if (this.props.dapp) {