Removal of "debug" url :)

This commit is contained in:
obscuren 2014-12-22 15:01:52 +01:00
parent e32f7baa0d
commit 4b52cd512d
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ Rectangle {
}
Component.onCompleted: {
//webview.url = "http://etherian.io"
webview.url = "file:///Users/jeffrey/test.html"
webview.url = "http://etherian.io"
}
signal messages(var messages, int id);