Fixed path to copayBundle.js on index.html files for home and tests. Commented methods that use http request.

This commit is contained in:
Gustavo Cortez 2014-04-11 15:58:53 -03:00
commit 1ab8330ccd
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
<script src="../node_modules/chai/chai.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../lib/bitcore.js"></script>
<script src="../lib/copayBundle.js"></script>
<script src="../js/copayBundle.js"></script>
<script>
var copay = require('copay');