From ec2c5a6dac3af503cb03f206cf179f3ed3690d7d Mon Sep 17 00:00:00 2001 From: Sean Du Date: Fri, 5 Jun 2026 00:30:16 +0800 Subject: [PATCH] webui: Fix upload page script syntax error Signed-off-by: Sean Du --- static/templates/admin/upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/templates/admin/upload.html b/static/templates/admin/upload.html index a681f34..c160fac 100644 --- a/static/templates/admin/upload.html +++ b/static/templates/admin/upload.html @@ -75,7 +75,7 @@ } }).fail(function () { layer.msg("请求失败,请稍后再试"); - } + }); }); });