懒得勤快 5 years ago
parent
commit
1410871ffe

+ 1 - 1
src/Masuit.MyBlogs.Core/Views/Misc/Donate_Admin.cshtml

@@ -38,7 +38,7 @@
 <script src="https://cdn.staticfile.org/angular.js/1.7.7/angular.min.js"></script>
 <script src="~/Scripts/tm.pagination.js"></script>
 <script src="~/Scripts/ng-table.min.js"></script>
-<script src="~/Assets/jedate/jquery.jedate.min.js"></script>
+<script src="~/Assets/jedate/jedate.js"></script>
 <ol class="cd-breadcrumb triangle">
     <li><a asp-controller="Home" asp-action="Index">首页</a></li>
     <li class="current">

+ 2 - 2
src/Masuit.MyBlogs.Core/wwwroot/ng-views/app/route.config.js

@@ -341,7 +341,7 @@ myApp.config([
                             {
                                 files: [
                                     "/assets/jedate/jedate.min.css", "/Assets/semantic/semantic.css",
-                                    "/assets/jedate/jquery.jedate.min.js", "/Scripts/boost.js",
+                                    "/assets/jedate/jedate.js", "/Scripts/boost.js",
                                     "https://cdn.staticfile.org/semantic-ui/2.4.1/semantic.min.js"
                                 ],
                                 cache: true
@@ -428,7 +428,7 @@ myApp.config([
                 deps: ["$ocLazyLoad", function($ocLazyLoad) {
                         return $ocLazyLoad.load([
                             {
-                                files: ["/assets/jedate/jedate.min.css", "/assets/jedate/jquery.jedate.min.js"],
+                                files: ["/assets/jedate/jedate.min.css", "/assets/jedate/jedate.js"],
                                 cache: true
                             }, cpath + "/donate.js"
                         ]);

File diff suppressed because it is too large
+ 0 - 0
src/Masuit.MyBlogs.Core/wwwroot/ng-views/app/route.config.min.js


Some files were not shown because too many files changed in this diff