Revert "Use the bigint shipped with newest otr.js"

This reverts commit a7247a7c6d.
This commit is contained in:
JC Brand 2014-08-04 23:00:01 +02:00
parent 34b95d0922
commit c5f2c88f84
5 changed files with 1690 additions and 5 deletions

View File

@ -12,10 +12,10 @@
<link type="text/css" rel="stylesheet" media="screen" href="components/fontawesome/css/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" media="screen" href="css/theme.css" />
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.min.css" />
<script src="builds/converse.website.min.js"></script>
<!-- For development
<!--
<script data-main="main" src="components/requirejs/require.js"></script>
-->
<script src="builds/converse.website.min.js"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">

View File

@ -19,7 +19,7 @@ config = {
"strophe.vcard": "components/strophe.vcard/index",
"strophe.disco": "components/strophe.disco/index",
"salsa20": "components/otr/build/dep/salsa20",
"bigint": "components/otr/vendor/bigint",
"bigint": "src/bigint",
"crypto.core": "components/otr/vendor/cryptojs/core",
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",

1685
src/bigint.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@
"strophe.vcard": "components/strophe.vcard/index",
"strophe.disco": "components/strophe.disco/index",
"salsa20": "components/otr/build/dep/salsa20",
"bigint": "components/otr/vendor/bigint",
"bigint": "src/bigint",
"crypto.core": "components/otr/vendor/cryptojs/core",
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",

View File

@ -39,7 +39,7 @@
"strophe.vcard": "components/strophe.vcard/index",
"strophe.disco": "components/strophe.disco/index",
"salsa20": "components/otr/build/dep/salsa20",
"bigint": "components/otr/vendor/bigint",
"bigint": "src/bigint",
"crypto.core": "components/otr/vendor/cryptojs/core",
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",