removed jquery referencing from coin.js
This commit is contained in:
parent
18b27cdb34
commit
3afa0a42d2
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
var dateObj = new Date();
|
||||
x += dateObj.getTimezoneOffset();
|
||||
x += coinjs.random(64);
|
||||
x += $("#entropybucket").html();
|
||||
x += (document.getElementById("entropybucket")) ? document.getElementById("entropybucket").innerHTML : '';
|
||||
x += x+''+x;
|
||||
var r = x;
|
||||
for(i=0;i<(x).length/25;i++){
|
||||
|
|
Loading…
Reference in a new issue