CDN removed for js/css libraries

This commit is contained in:
Ian Coleman
2015-08-16 18:25:39 +10:00
parent 1759e5e80d
commit 29bcfbe82a
4 changed files with 18 additions and 3 deletions

5
src/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -3,7 +3,7 @@
<head lang="en">
<meta charset="utf-8" />
<title>BIP39 - Mnemonic Code</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<meta content="Mnemonic code for generating deterministic keys" name="description"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="bitcoin mnemonic converter" name="description" />
@@ -389,8 +389,8 @@
<td class="privkey"><span></span></td>
</tr>
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/bitcoinjs-1-5-7.js"></script>
<script src="/js/sjcl-bip39.js"></script>
<script src="/js/wordlist_english.js"></script>

6
src/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
src/js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long