From c5e2ad733a1ab968e08ee9633279ed7716c77b7f Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 26 Jun 2023 09:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E6=8F=90=E7=A4=BA=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/LR_Content/plugin/select/lr-select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/select/lr-select.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/select/lr-select.js index e7bd48037..581d91915 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/select/lr-select.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/plugin/select/lr-select.js @@ -83,7 +83,7 @@ $optionContent.html($ul); $option.prepend($optionContent); if (dfop.allowSearch) { - var $search = $(''); + var $search = $(''); $option.append($search); $option.css('padding-bottom', '25px'); $search.on('click', function () { return false; });