加入common.js,共用的js方法写在里面

This commit is contained in:
wangxin
2018-04-09 11:03:22 +08:00
parent 689b4eb460
commit e6e9c81672
5 changed files with 65 additions and 22 deletions

View File

@@ -85,3 +85,4 @@
<script src="${pageContext.request.contextPath}/static/global/plugins/jquery-validation/1.11.0/localization/messages_en.js"></script>
</c:otherwise>
</c:choose>
<script src="${pageContext.request.contextPath}/static/global/scripts/common.js" type="text/javascript"></script>