Skip to content

Commit

Permalink
bugfix: fix home page js 404
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken committed Mar 24, 2021
1 parent cc801c7 commit c6183a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.8
2.12.9
2 changes: 1 addition & 1 deletion paas2/paas/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<p>Copyright © 2012-${NOW.year} Tencent BlueKing. All Rights Reserved.</p>
<p>蓝鲸智云 版权所有</p>
</footer>
<script src="{{STATIC_URL}}assets/jquery-1.10.2.min.js"></script>
<script src="${STATIC_URL}assets/jquery-1.10.2.min.js"></script>
<script src="${STATIC_URL}home/js/Sortable.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<script src="${STATIC_URL}home/js/csrftoken_v3.${JS_SUFFIX}?v=${STATIC_VERSION}"></script>
<!-- bkdialog -->
Expand Down
3 changes: 3 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Log
===============================
# 2.12.9
- bugfix: fix home page js 404

# 2.12.8
- change: move to Github

Expand Down

0 comments on commit c6183a4

Please sign in to comment.