mirror of https://github.com/apache/activemq.git
applied patch for AMQ-1245 with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@546542 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7230da33c6
commit
33be9eb4b1
|
@ -26,9 +26,9 @@
|
|||
@import url(<c:url value="/styles/site.css"/>);
|
||||
</style>
|
||||
<c:if test="${!disableJavaScript}">
|
||||
<script type='text/javascript' src='<c:url value="/js/common.js"/>'/>
|
||||
<script type='text/javascript' src='<c:url value="/js/css.js"/>'/>
|
||||
<script type='text/javascript' src='<c:url value="/js/standardista-table-sorting.js"/>'/>
|
||||
<script type='text/javascript' src='<c:url value="/js/common.js"/>'></script>
|
||||
<script type='text/javascript' src='<c:url value="/js/css.js"/>'></script>
|
||||
<script type='text/javascript' src='<c:url value="/js/standardista-table-sorting.js"/>'></script>
|
||||
</c:if>
|
||||
|
||||
<decorator:head />
|
||||
|
|
Loading…
Reference in New Issue