removed jquery referencing from coin.js

This commit is contained in:
OutCast3k 2014-12-31 14:20:00 +00:00
parent 18b27cdb34
commit 3afa0a42d2

View file

@ -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++){