From fd01a1d7251a36af950e2d1e16203a69fcd52ada Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 3 Aug 2020 15:28:31 +0800 Subject: [PATCH] * Fix js error. --- module/my/js/program.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/js/program.js b/module/my/js/program.js index 4b10102df8..0e7feff968 100644 --- a/module/my/js/program.js +++ b/module/my/js/program.js @@ -8,5 +8,5 @@ $(function() { location.href = pgmLink; }) - } + }) })