Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
5b430eef
Commit
5b430eef
authored
Aug 05, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't throw an error when no CSPRNG
parent
7257432f
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
builds/converse-no-locales-no-otr.min.js
builds/converse-no-locales-no-otr.min.js
+1
-1
builds/converse-no-otr.min.js
builds/converse-no-otr.min.js
+1
-1
builds/converse.min.js
builds/converse.min.js
+1
-1
builds/converse.website.min.js
builds/converse.website.min.js
+1
-1
src/bigint.js
src/bigint.js
+3
-1
No files found.
builds/converse-no-locales-no-otr.min.js
View file @
5b430eef
This diff is collapsed.
Click to expand it.
builds/converse-no-otr.min.js
View file @
5b430eef
This diff is collapsed.
Click to expand it.
builds/converse.min.js
View file @
5b430eef
This diff is collapsed.
Click to expand it.
builds/converse.website.min.js
View file @
5b430eef
This diff is collapsed.
Click to expand it.
src/bigint.js
View file @
5b430eef
...
...
@@ -1640,7 +1640,9 @@
// err
else
{
throw
new
Error
(
'
Keys should not be generated without CSPRNG.
'
)
console
.
log
(
'
Keys should not be generated without CSPRNG.
'
);
return
;
// throw new Error('Keys should not be generated without CSPRNG.')
}
}())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment