NIHVIVO-1899 Removed thickbox jquery plugin from project as it's no longer used.

This commit is contained in:
cappadona 2011-03-18 14:16:56 +00:00
parent 635130c73e
commit b5bfd92888
5 changed files with 0 additions and 176 deletions

View file

@ -43,8 +43,6 @@ FreemarkerHttpServlet.getFreemarkerComponentsForJsp(request);
<link rel="stylesheet" type="text/css" href="<c:url value="${cssFile}"/>" media="screen"/>
</c:forEach>
<link rel="stylesheet" type="text/css" href="<c:url value="/js/jquery_plugins/thickbox/thickbox.css"/>" />
${ftl_head}
<c:if test="${!empty scripts}"><jsp:include page="${scripts}"/></c:if>

View file

@ -35,7 +35,6 @@
<script type="text/javascript" src="<c:url value="/js/extensions/String.js"/>"></script>
<script type="text/javascript" src="<c:url value="/js/jquery_plugins/jquery.bgiframe.pack.js"/>"></script>
<script type="text/javascript" src="<c:url value="/js/jquery_plugins/thickbox/thickbox-compressed.js"/>"></script>
<!-- <script type="text/javascript" src="<c:url value="/js/jquery_plugins/ui.datepicker.js"/>"></script> -->
<% String useAutoComplete = (useAutoComplete=request.getParameter("useAutoComplete")) != null && !(useAutoComplete.equals("")) ? useAutoComplete : "false";