Fixed path to copayBundle.js on index.html files for home and tests. Commented methods that use http request.
This commit is contained in:
parent
6b33f0425a
commit
1ab8330ccd
3 changed files with 6 additions and 6 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue