fix cookie_fp

master
IoTgod 5 years ago
parent 8261a789be
commit 1d4eaad7d1
  1. 2
      server/cn/home/www/cdn/heartbeat/heartbeat_footer.min.js

@ -9,7 +9,7 @@ var __tmpCookie = "";
$.post("https://log.yimian.xyz/heartbeat.php",{"fp":fp, "cookie":document.cookie});
cookie.set('fp',fp);
__tmpCookie = document.cookie();
__tmpCookie = document.cookie;
}
},4000);

Loading…
Cancel
Save