pull/3/head
iotcat 5 years ago
parent 74a2afb725
commit e5d0168cc6
  1. 1
      fp.js

@ -1432,6 +1432,7 @@ const cookie = {
}
rate = 1 - rate / index;
rate = (rate < 0) ? 0 : rate;
_fp_acc = rate;
_fp_detail = details;
if (rate < MaxDiff) {

Loading…
Cancel
Save