diff --git a/script.js b/script.js index e8946e3..b74c228 100644 --- a/script.js +++ b/script.js @@ -642,7 +642,7 @@ BotMon.live = { id: it.id, count: it.count, pct: (it.count / me._refererListCount * 100).toFixed(0) - } + }; rList.push(rIt); }