From 7aa35891835c9c549d8c64931fba2c677bf89091 Mon Sep 17 00:00:00 2001 From: HalfSDRReco <99885339+HalfSDRReco@users.noreply.github.com> Date: Tue, 22 Feb 2022 01:34:28 +0900 Subject: [PATCH] Update jjy.js --- pages/exp/JJY/jjy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/exp/JJY/jjy.js b/pages/exp/JJY/jjy.js index 0dc3916..adaecdc 100644 --- a/pages/exp/JJY/jjy.js +++ b/pages/exp/JJY/jjy.js @@ -1,5 +1,5 @@ (function() { - var freq = 13333; + var freq = 1000; var ctx; var signal; @@ -261,4 +261,4 @@ requestAnimationFrame(render); } -})(); \ No newline at end of file +})();