修复个人维护页面无法弹出保存成功信息框,丢失sweetalert.css文件
This commit is contained in:
parent
9090bbaf72
commit
d997b41b82
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue