summaryrefslogtreecommitdiff
path: root/src/frontend/index.html
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-09-15 18:02:09 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-09-15 18:02:09 +0200
commitf9e4086dffd7874abda25c6b6548c8fb39475100 (patch)
treea9a097afa71876ef0df1cf8b13cbd1ca1ab99fa0 /src/frontend/index.html
parenta25a80150f36d94f28075666932677571b3076d1 (diff)
downloadmerchant-f9e4086dffd7874abda25c6b6548c8fb39475100.tar.gz
merchant-f9e4086dffd7874abda25c6b6548c8fb39475100.tar.bz2
merchant-f9e4086dffd7874abda25c6b6548c8fb39475100.zip
adding merchant library +
testcases for contract mgmt + minor tree adjustments
Diffstat (limited to 'src/frontend/index.html')
-rw-r--r--src/frontend/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontend/index.html b/src/frontend/index.html
index 27ab281f..02545475 100644
--- a/src/frontend/index.html
+++ b/src/frontend/index.html
@@ -159,6 +159,11 @@
b.style.display = 'none';
};
+ function test_without_wallet(){
+ wallet_installed_cb();
+ }
+
+ // test_without_wallet();
/* Set up a listener to be called whenever a Wallet gets installed
so that the user is led towards the demo's steps progressively */