From 42e91e10e6c87525f92c5fb978f8de208fc79d94 Mon Sep 17 00:00:00 2001 From: Karson Date: Fri, 26 Jan 2024 16:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8F=9C=E5=8D=95=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E7=BB=93=E6=9E=9C=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/backend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/backend/index.js b/public/assets/js/backend/index.js index e3e9e9cf..9b17b378 100755 --- a/public/assets/js/backend/index.js +++ b/public/assets/js/backend/index.js @@ -33,7 +33,7 @@ define(['jquery', 'bootstrap', 'backend', 'addtabs', 'adminlte', 'form'], functi if (val != '') { $("ul.sidebar-menu li a[addtabs]:not([href^='javascript:;'])").each(function () { if ($("span:first", this).text().indexOf(val) > -1 || $(this).attr("py").indexOf(val) > -1 || $(this).attr("pinyin").indexOf(val) > -1) { - html.push('' + $("span:first", this).text() + ''); + html.push('' + $("span:first", this).text() + ''); if (html.length >= 100) { return false; }