From b4fc2432e71ffcab9edf16aa2fbe5bf9df4fb253 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:18:53 +0800 Subject: [PATCH] Update jlqc.js --- jlqc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jlqc.js b/jlqc.js index ab045f5..943d9a0 100644 --- a/jlqc.js +++ b/jlqc.js @@ -453,7 +453,7 @@ async function getNotice() { break; } } - if (notice) { $.DoubleLog(notice); } + if (notice) { DoubleLog(notice); } } catch (e) { console.log(e); }