|
|
@@ -29,7 +29,7 @@
|
|
|
<link href="https://cdn.staticfile.org/animate.css/3.7.0/animate.min.css" rel="stylesheet" async defer>
|
|
|
<link href="~/Assets/layui/css/layui.min.css" rel="stylesheet" async defer>
|
|
|
<environment names="Development">
|
|
|
- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
+ <link href="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
|
|
|
<link href="~/fonts/icomoon.min.css" rel="stylesheet" />
|
|
|
<link href="~/Content/jquery.paging.css" rel="stylesheet" />
|
|
|
<link href="~/Content/common/reset.css" rel="stylesheet" />
|
|
|
@@ -47,7 +47,7 @@
|
|
|
</environment>
|
|
|
<script src="https://cdn.staticfile.org/bluebird/3.5.3/bluebird.min.js" async defer></script>
|
|
|
<script src="https://cdn.staticfile.org/modernizr/2010.07.06dev/modernizr.min.js" async defer></script>
|
|
|
- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
|
|
|
+ <script src="https://cdn.staticfile.org/jquery/3.5.1/jquery.min.js"></script>
|
|
|
<script src="https://cdn.staticfile.org/limonte-sweetalert2/6.6.9/sweetalert2.min.js" async defer></script>
|
|
|
<script src="https://cdn.staticfile.org/notie/4.3.1/notie.min.js" async defer></script>
|
|
|
<script src="https://cdn.staticfile.org/jquery.form/4.2.2/jquery.form.min.js" async defer></script>
|
|
|
@@ -57,7 +57,7 @@
|
|
|
<script src="~/Scripts/layer/layer.js"></script>
|
|
|
<script src="~/Assets/layui/layui.min.js"></script>
|
|
|
<environment names="Development">
|
|
|
- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
|
|
|
+ <script src="https://cdn.staticfile.org/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
|
|
<script src="~/Scripts/bootstrap-suggest.min.js"></script>
|
|
|
<script src="~/Scripts/jquery.query.js"></script>
|
|
|
<script src="~/Scripts/jquery.paging.js"></script>
|