From c12af231ecf63f3c9d86afb621fdc5ab7a16f30f Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Tue, 14 Mar 2017 23:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=A1=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Scripts/Longbow.Common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Scripts/Longbow.Common.js b/Bootstrap.Admin/Scripts/Longbow.Common.js index 998f9be3..d5efec4f 100644 --- a/Bootstrap.Admin/Scripts/Longbow.Common.js +++ b/Bootstrap.Admin/Scripts/Longbow.Common.js @@ -352,7 +352,7 @@ $(function () { Id: 1, url: Dicts.url, data: { type: 'activeCss' }, swal: false, callback: function (result) { if (result.length > 0) - $('head').append($.format('', result[0].Code)); + $('head').append($.format('', result[0].Code)); } }); }); \ No newline at end of file