NIHVIVO-906 Merge 5340 Use the <c:url> tag to make the JavaScript location relative to the webapp context.

This commit is contained in:
jeb228 2010-07-20 19:23:03 +00:00
parent a688d30ac5
commit 68ece6f23b

View file

@ -311,6 +311,6 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L
</div> <!-- content -->
<script type="text/javascript" src="/vivo/js/imageUpload/imageUploadUtils.js"></script>
<script type="text/javascript" src="<c:url value="/js/imageUpload/imageUploadUtils.js"/>"></script>