From 8a270007244b5f92dc2a6bfe3c46eb63925f488f Mon Sep 17 00:00:00 2001 From: gonas0919 Date: Tue, 24 Feb 2026 02:01:57 +0900 Subject: [PATCH] change num --- mjsec-frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjsec-frontend/src/App.jsx b/mjsec-frontend/src/App.jsx index b7748f0..a160246 100644 --- a/mjsec-frontend/src/App.jsx +++ b/mjsec-frontend/src/App.jsx @@ -107,7 +107,7 @@ async function bootstrapLegacyScripts() { } }); - await loadScript({ src: "/static/script-video.js?v=20260220a" }); + await loadScript({ src: "/static/script-video.js?v=20260223b" }); if (!isMobileViewportClient()) { await loadScript({ src: "https://unpkg.com/qrcode-generator@1.4.4/qrcode.js" });