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