From ba0bba0e75cf91d5052d289372ae52cde19de1b1 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Tue, 14 Aug 2018 01:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9Amenu.js=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E9=80=89=E6=8B=A9=E5=9B=BE=E6=A0=87=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E6=A1=86=E5=86=85=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/Menus.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/js/Menus.js b/Bootstrap.Admin/wwwroot/js/Menus.js index 35771050..d9f2bd12 100644 --- a/Bootstrap.Admin/wwwroot/js/Menus.js +++ b/Bootstrap.Admin/wwwroot/js/Menus.js @@ -150,6 +150,8 @@ $btnPickIcon.on('click', function () { $dialogNew.find('[data-toggle="LgbValidate"] [aria-describedby]').tooltip('hide'); $dialogNew.hide(); + var icon = $inputIcon.val(); + if (icon) $pickIcon.attr('class', icon); $dialogIcon.show(); });