Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
fixes #1489
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Dec 5, 2016
1 parent 3478bf0 commit 93d72c3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions interface/client/appStart.js
Expand Up @@ -30,12 +30,14 @@ mistInit = function(){
});
}

Tabs.upsert({_id: 'wallet'}, {
url: 'https://wallet.ethereum.org',
redirect: 'https://wallet.ethereum.org',
position: 1,
permissions: {
admin: true
// overwrite wallet on start again, but use $set to dont remove titles
Tabs.upsert({_id: 'wallet'}, {$set: {
url: 'https://wallet.ethereum.org',
redirect: 'https://wallet.ethereum.org',
position: 1,
permissions: {
admin: true
}
}
});

Expand Down

0 comments on commit 93d72c3

Please sign in to comment.