Removed unnecessary call to jquery.js from the widget.

This commit is contained in:
mb863 2011-01-14 21:05:30 +00:00
parent 416d42e963
commit 7f2cb93c85

View file

@ -7,7 +7,7 @@
See NIHVIVO-1357. This test does nothing, since user has not been put into the data model.
<#if ! user.loggedIn> -->
${stylesheets.add("/css/login.css")}
${scripts.add("/js/jquery.js", "/js/login/loginUtils.js")}
${scripts.add("/js/login/loginUtils.js")}
<#-- ${headScripts.add("")} -->
<#-- </#if> -->
</#macro>