Update jlqc.js

This commit is contained in:
smallfawn
2023-07-06 16:18:53 +08:00
committed by GitHub
parent 1f8d025a88
commit b4fc2432e7

View File

@@ -453,7 +453,7 @@ async function getNotice() {
break;
}
}
if (notice) { $.DoubleLog(notice); }
if (notice) { DoubleLog(notice); }
} catch (e) {
console.log(e);
}