diff --git a/site.js b/site.js index 7263233..8fec135 100644 --- a/site.js +++ b/site.js @@ -269,7 +269,7 @@ async function siteCollector(user, path, site, useLimit, data2) { if (i != 0) { let tempSet = dat.map(x => x[0]); let kk = Object.keys(data); - kk = kk.sort((x, y) => ((new URL(x).host == new URL(penv[0]).host) ? 0 : 1) - ((new URL(y).host == new URL(penv[0]).host) ? 0 : 1)); + //kk = kk.sort((x, y) => ((new URL(x).host == new URL(penv[0]).host) ? 0 : 1) - ((new URL(y).host == new URL(penv[0]).host) ? 0 : 1)); console.log(kk) let oldLength = kk.length; let theData = {};