aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/main.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-29 19:01:51 +0800
committerobscuren <geffobscura@gmail.com>2015-01-29 19:01:51 +0800
commit6d012f628bbfc22b2587828968eff513dfeb4d8e (patch)
tree54ee7aa44e667a62bea049f5c58cacf4fe571e3f /cmd/mist/assets/qml/main.qml
parentec85458612e1d5374767f87005dd0ad5934f74d5 (diff)
downloadgo-tangerine-6d012f628bbfc22b2587828968eff513dfeb4d8e.tar.gz
go-tangerine-6d012f628bbfc22b2587828968eff513dfeb4d8e.tar.zst
go-tangerine-6d012f628bbfc22b2587828968eff513dfeb4d8e.zip
implement transact
Diffstat (limited to 'cmd/mist/assets/qml/main.qml')
-rw-r--r--cmd/mist/assets/qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml
index b8e56cd8b..240d95d5f 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -45,8 +45,8 @@ ApplicationWindow {
mainSplit.setView(wallet.view, wallet.menuItem);
- console.log("starting browser")
- newBrowserTab("http://etherian.io");
+ //newBrowserTab("http://etherian.io");
+ newBrowserTab("file:///users/jeffrey/test.html");
// Command setup
gui.sendCommand(0)