Skip to content

Commit

Permalink
Merge pull request otale#495 from syuchen/develop
Browse files Browse the repository at this point in the history
添加缺失的关闭标签
  • Loading branch information
hellokaton authored Nov 30, 2018
2 parents ba4f77a + 9bfff74 commit 029a8a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/templates/admin/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
</footer>
</div>
</div>
</div>
</div>
<script src="${cdnURL()}/plugins/jquery/3.2.1/jquery.min.js"></script>
<script src="${cdnURL()}/plugins/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="${cdnURL()}/plugins/md5/md5.min.js"></script>
Expand All @@ -16,4 +18,4 @@
<script src="${cdnURL()}/plugins/moment/moment.min.js"></script>
<script src="${cdnURL()}/plugins/vue-loading/vue-loading.min.js"></script>
<script src="${cdnURL()}/plugins/dashborad/jquery.app.js?v=${version}"></script>
<script src="${cdnURL()}/js/base.js?v=${version}"></script>
<script src="${cdnURL()}/js/base.js?v=${version}"></script>

0 comments on commit 029a8a1

Please sign in to comment.