NIHVIVO-1573 removed call to vivocornell specific js for property group switching

This commit is contained in:
nac26 2011-01-03 21:34:08 +00:00
parent 4b76b37a6d
commit 6b4dce7e28
2 changed files with 1 additions and 4 deletions

View file

@ -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,8 +41,7 @@
<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>
<script type="text/javascript" src="${googleVisualizationAPI}"></script> <script type="text/javascript" src="${googleVisualizationAPI}"></script>

View file

@ -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",