Removed unnecessary call to jquery.js from the widget.
This commit is contained in:
parent
416d42e963
commit
7f2cb93c85
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue