Use the bigint shipped with newest otr.js
This commit is contained in:
parent
28e65c946c
commit
a7247a7c6d
@ -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="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/theme.css" />
|
||||||
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.min.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 data-main="main" src="components/requirejs/require.js"></script>
|
||||||
-->
|
-->
|
||||||
<script src="builds/converse.website.min.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
|
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
|
||||||
|
2
main.js
2
main.js
@ -19,7 +19,7 @@ config = {
|
|||||||
"strophe.vcard": "components/strophe.vcard/index",
|
"strophe.vcard": "components/strophe.vcard/index",
|
||||||
"strophe.disco": "components/strophe.disco/index",
|
"strophe.disco": "components/strophe.disco/index",
|
||||||
"salsa20": "components/otr/build/dep/salsa20",
|
"salsa20": "components/otr/build/dep/salsa20",
|
||||||
"bigint": "src/bigint",
|
"bigint": "components/otr/vendor/bigint",
|
||||||
"crypto.core": "components/otr/vendor/cryptojs/core",
|
"crypto.core": "components/otr/vendor/cryptojs/core",
|
||||||
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
|
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
|
||||||
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",
|
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",
|
||||||
|
1685
src/bigint.js
1685
src/bigint.js
File diff suppressed because it is too large
Load Diff
@ -41,7 +41,7 @@
|
|||||||
"strophe.vcard": "components/strophe.vcard/index",
|
"strophe.vcard": "components/strophe.vcard/index",
|
||||||
"strophe.disco": "components/strophe.disco/index",
|
"strophe.disco": "components/strophe.disco/index",
|
||||||
"salsa20": "components/otr/build/dep/salsa20",
|
"salsa20": "components/otr/build/dep/salsa20",
|
||||||
"bigint": "src/bigint",
|
"bigint": "components/otr/vendor/bigint",
|
||||||
"crypto.core": "components/otr/vendor/cryptojs/core",
|
"crypto.core": "components/otr/vendor/cryptojs/core",
|
||||||
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
|
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
|
||||||
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",
|
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"strophe.vcard": "components/strophe.vcard/index",
|
"strophe.vcard": "components/strophe.vcard/index",
|
||||||
"strophe.disco": "components/strophe.disco/index",
|
"strophe.disco": "components/strophe.disco/index",
|
||||||
"salsa20": "components/otr/build/dep/salsa20",
|
"salsa20": "components/otr/build/dep/salsa20",
|
||||||
"bigint": "src/bigint",
|
"bigint": "components/otr/vendor/bigint",
|
||||||
"crypto.core": "components/otr/vendor/cryptojs/core",
|
"crypto.core": "components/otr/vendor/cryptojs/core",
|
||||||
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
|
"crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64",
|
||||||
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",
|
"crypto.md5": "components/crypto-js-evanvosberg/src/md5",
|
||||||
|
Loading…
Reference in New Issue
Block a user