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

@ -281,7 +281,7 @@
<script src="lib/angular-foundation/mm-foundation-tpls.min.js"></script>
<script src="lib/peerjs/peer.js"></script>
<script src="lib/bitcore.js"></script>
<script src="lib/copayBundle.js"></script>
<script src="js/copayBundle.js"></script>
<script src="js/app.js"></script>