mirror of
https://github.com/OutCast3k/coinbin.git
synced 2026-04-27 15:34:38 +02:00
Don't use JQuery in coin.js
This commit is contained in:
parent
9bac24f177
commit
308c0d5470
@ -47,9 +47,9 @@
|
||||
var cry = window.crypto || window.msCrypto;
|
||||
if (!cry) {
|
||||
/* Display warning message for 30 seconds */
|
||||
$("#cryptoRandomStatus").removeClass("hidden");
|
||||
document.getElementById('cryptoRandomStatus').classList.remove("hidden");
|
||||
setTimeout(function(){
|
||||
$("#cryptoRandomStatus").addClass("hidden");
|
||||
document.getElementById('cryptoRandomStatus').classList.add("hidden");
|
||||
}, 30000);
|
||||
|
||||
return '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user