From 4d45e847306723d565befda74cd965a7f5b989c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:11:19 +0800 Subject: [PATCH] Update admin.main.js --- src/static/web/js/admin.main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/web/js/admin.main.js b/src/static/web/js/admin.main.js index 087a4950..3e2aadcc 100644 --- a/src/static/web/js/admin.main.js +++ b/src/static/web/js/admin.main.js @@ -67,7 +67,6 @@ function ColorSel(c, oname) { return true; } } - function ShowObj(objname) { var obj = $Obj(objname); if (obj == null) return false;