NIHVIVO-1573 removed call to vivocornell specific js for property group switching
This commit is contained in:
parent
4b76b37a6d
commit
6b4dce7e28
2 changed files with 1 additions and 4 deletions
|
@ -28,7 +28,6 @@
|
||||||
<c:url var="jquery" value="/js/jquery.js"/>
|
<c:url var="jquery" value="/js/jquery.js"/>
|
||||||
<c:url var="getURLParam" value="/js/jquery_plugins/getURLParam.js"/>
|
<c:url var="getURLParam" value="/js/jquery_plugins/getURLParam.js"/>
|
||||||
<c:url var="colorAnimations" value="/js/jquery_plugins/colorAnimations.js"/>
|
<c:url var="colorAnimations" value="/js/jquery_plugins/colorAnimations.js"/>
|
||||||
<c:url var="propertyGroupSwitcher" value="/js/propertyGroupSwitcher.js"/>
|
|
||||||
<c:url var="vitroControls" value="/js/controls.js"/>
|
<c:url var="vitroControls" value="/js/controls.js"/>
|
||||||
<c:url var="jqueryForm" value="/js/jquery_plugins/jquery.form.js"/>
|
<c:url var="jqueryForm" value="/js/jquery_plugins/jquery.form.js"/>
|
||||||
<c:url var="tinyMCE" value="/js/tiny_mce/tiny_mce.js"/>
|
<c:url var="tinyMCE" value="/js/tiny_mce/tiny_mce.js"/>
|
||||||
|
@ -42,7 +41,6 @@
|
||||||
<script type="text/javascript" src="${jquery}"></script>
|
<script type="text/javascript" src="${jquery}"></script>
|
||||||
<script type="text/javascript" src="${getURLParam}"></script>
|
<script type="text/javascript" src="${getURLParam}"></script>
|
||||||
<script type="text/javascript" src="${colorAnimations}"></script>
|
<script type="text/javascript" src="${colorAnimations}"></script>
|
||||||
<script type="text/javascript" src="${propertyGroupSwitcher}"></script>
|
|
||||||
<script type="text/javascript" src="${jqueryForm}"></script>
|
<script type="text/javascript" src="${jqueryForm}"></script>
|
||||||
<script type="text/javascript" src="${tinyMCE}"></script>
|
<script type="text/javascript" src="${tinyMCE}"></script>
|
||||||
<script type="text/javascript" src="${vitroControls}"></script>
|
<script type="text/javascript" src="${vitroControls}"></script>
|
||||||
|
|
|
@ -128,7 +128,6 @@ ${stylesheets.add("/css/individual/individual.css")}
|
||||||
<#-- RY Figure out which of these scripts really need to go into the head, and which are needed at all (e.g., tinyMCE??) -->
|
<#-- RY Figure out which of these scripts really need to go into the head, and which are needed at all (e.g., tinyMCE??) -->
|
||||||
${headScripts.add("/js/jquery_plugins/getUrlParam.js",
|
${headScripts.add("/js/jquery_plugins/getUrlParam.js",
|
||||||
"/js/jquery_plugins/colorAnimations.js",
|
"/js/jquery_plugins/colorAnimations.js",
|
||||||
"/js/propertyGroupSwitcher.js",
|
|
||||||
"/js/jquery_plugins/jquery.form.js",
|
"/js/jquery_plugins/jquery.form.js",
|
||||||
"/js/tiny_mce/tiny_mce.js",
|
"/js/tiny_mce/tiny_mce.js",
|
||||||
"/js/controls.js",
|
"/js/controls.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue