Skip to content

Commit

Permalink
Temp Add jquery...
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 26, 2023
1 parent a841c06 commit 186c1de
Show file tree
Hide file tree
Showing 6 changed files with 1,411 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psi-probe-web/src/main/webapp/WEB-INF/jsp/applications.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@

<head>
<title><spring:message code="probe.jsp.title.applications"/></title>
<link href="<c:url value="/css/dataTables.jqueryui.min.css" />" rel="stylesheet">
<link href="<c:url value="/css/jquery-ui.css" />" rel="stylesheet">
<script src="<c:url value='/js/prototype.js'/>"></script>
<script src="<c:url value='/js/scriptaculous/scriptaculous.js'/>"></script>
<script src="<c:url value='/js/func.js'/>"></script>
<script src="<c:url value='/js/behaviour.js'/>"></script>
<script src="<c:url value='/js/jquery-1.12.0.min.js'/>"></script>
<script src="<c:url value='/js/dataTables.jqueryui.min.js'/>"></script>
<script src="<c:url value='/js/jquery.dataTables.min.js'/>"></script>
</head>

<body>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 186c1de

Please sign in to comment.