Unverified Commit 4c1821e4 authored by BaiJiangJie's avatar BaiJiangJie Committed by GitHub

Merge pull request #3376 from jumpserver/dev_v

[Update] 修改版本号(1.5.4)
parents f802fb64 f31ed0af
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
VERSION = '1.5.3' VERSION = '1.5.4'
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<script src="{% static "js/plugins/toastr/toastr.min.js" %}"></script> <script src="{% static "js/plugins/toastr/toastr.min.js" %}"></script>
<script src="{% static "js/inspinia.js" %}"></script> <script src="{% static "js/inspinia.js" %}"></script>
<script type="text/javascript" src="{% url 'javascript-catalog' %}"></script> <script type="text/javascript" src="{% url 'javascript-catalog' %}"></script>
<script src="{% static "js/jumpserver.js" %}?v=4"></script> <script src="{% static "js/jumpserver.js" %}?v=5"></script>
<script> <script>
activeNav(); activeNav();
$(document).ready(function(){ $(document).ready(function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment