Auto remove the redundant trailing slash when set directory path on VentoyPlugson page.

This commit is contained in:
longpanda
2022-06-27 19:42:18 +08:00
parent 24b05c0345
commit 598af7f45c
2 changed files with 10 additions and 3 deletions

View File

@@ -743,10 +743,10 @@
<script src="/static/js/jQuery-2.1.4.min.js"></script>
<!-- jquery validate -->
<script src="/static/js/jquery.validate.min.js"></script>
<script src="/static/js/jquery.validate.vtoymethods.js"></script>
<script src="/static/js/jquery.validate.vtoymethods.js?v=100"></script>
<script src="/static/js/vtoy.js"></script>
<script src="/static/js/jquery.vtoy.alert.js"></script>
<script src="/static/js/vtoy.js?v=100"></script>
<script src="/static/js/jquery.vtoy.alert.js?v=100"></script>
<script src="/static/js/md5.min.js"></script>
<!-- Bootstrap 3.3.5 -->