修复个人维护页面无法弹出保存成功信息框,丢失sweetalert.css文件

This commit is contained in:
Argo-Lenovo 2016-11-10 00:53:45 +08:00
parent 9090bbaf72
commit d997b41b82
1 changed files with 2 additions and 1 deletions

View File

@ -4,11 +4,12 @@
Layout = "~/Views/Shared/_Admin.cshtml";
}
@section Javascript {
<script src="~/content/js/sweetalert.js"></script>
<script src="~/content/js/longbow.dataentity.js"></script>
<script src="~/content/js/sweetalert.js"></script>
<script src="~/Scripts/Profiles.js"></script>
}
@section css {
<link href="~/Content/css/sweetalert.css" rel="stylesheet" />
<link href="~/Content/css/tasks.css" rel="stylesheet" />
}
@section header {