Changed loginUtils.js to the head and change comment for fading error alerts to fade IN

This commit is contained in:
mb863 2011-01-14 22:00:30 +00:00
parent 2aee2e581c
commit d7209cf2d8
2 changed files with 4 additions and 4 deletions

View file

@ -7,8 +7,8 @@
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/login/loginUtils.js")}
<#-- ${headScripts.add("")} -->
<#-- ${scripts.add("")} -->
${headScripts.add("/js/login/loginUtils.js")}
<#-- </#if> -->
</#macro>