handling JSVerify RNG state 89fdc94018a35b672e
This commit is contained in:
parent
c6ddee317d
commit
35ea65b797
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ describe('Helper', function () {
|
|||
jsc.array(jsc.elements(queryString)),
|
||||
'string',
|
||||
function (prefix, query, postfix) {
|
||||
var url = 'magnet:?' + query.join(''),
|
||||
var url = 'magnet:?' + query.join('').replace(/^&+|&+$/gm,''),
|
||||
prefix = $.PrivateBin.Helper.htmlEntities(prefix),
|
||||
postfix = $.PrivateBin.Helper.htmlEntities(postfix),
|
||||
element = $('<div>' + prefix + url + ' ' + postfix + '</div>');
|
||||
|
|
Loading…
Reference in a new issue