aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/config.js
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-06-23 07:19:56 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-06-23 07:19:56 +0800
commita5c782d69cace752a42f52830ea3edc61a95a0b1 (patch)
tree98b2b06306f80355cdd198c490322780165320fe /ui/app/config.js
parentfd01e45cd52c594982577230f1dc13e6485c24ef (diff)
downloadtangerine-wallet-browser-a5c782d69cace752a42f52830ea3edc61a95a0b1.tar.gz
tangerine-wallet-browser-a5c782d69cace752a42f52830ea3edc61a95a0b1.tar.zst
tangerine-wallet-browser-a5c782d69cace752a42f52830ea3edc61a95a0b1.zip
Remove redundant network option buttons from settings page
Diffstat (limited to 'ui/app/config.js')
-rw-r--r--ui/app/config.js38
1 files changed, 1 insertions, 37 deletions
diff --git a/ui/app/config.js b/ui/app/config.js
index 4094180dd..24a1d4a92 100644
--- a/ui/app/config.js
+++ b/ui/app/config.js
@@ -73,43 +73,7 @@ ConfigScreen.prototype.render = function () {
},
}, 'Save'),
]),
-
- h('div', [
- h('button.spaced', {
- style: {
- alignSelf: 'center',
- },
- onClick (event) {
- event.preventDefault()
- state.dispatch(actions.setProviderType('mainnet'))
- },
- }, 'Use Main Network'),
- ]),
-
- h('div', [
- h('button.spaced', {
- style: {
- alignSelf: 'center',
- },
- onClick (event) {
- event.preventDefault()
- state.dispatch(actions.setProviderType('testnet'))
- },
- }, 'Use Morden Test Network'),
- ]),
-
- h('div', [
- h('button.spaced', {
- style: {
- alignSelf: 'center',
- },
- onClick (event) {
- event.preventDefault()
- state.dispatch(actions.setRpcTarget('http://localhost:8545/'))
- },
- }, 'Use http://localhost:8545'),
- ]),
-
+
h('hr.horizontal-line'),
h('div', {