Skip to content

Commit

Permalink
upgrade to jquery 3.5.1 for the frontpage (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-klum authored Jan 2, 2024
1 parent d8b2e75 commit ebafd78
Show file tree
Hide file tree
Showing 7 changed files with 10,978 additions and 99 deletions.
2 changes: 1 addition & 1 deletion src/org/labkey/cds/view/template/FrontPage.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<%--<!-- Client API Dependencies -->--%>
<%=getScriptTag("/clientapi/labkey-api-js-core.min.js")%>
<%=getScriptTag("/frontpage/components/jquery/dist/jquery.min.js")%>
<%=getScriptTag("/frontpage/components/jquery/dist/jquery-3.5.1.min.js")%>
<%=getScriptTag("/passwordGauge.js")%>
<script type="text/javascript" nonce="<%=getScriptNonce()%>">
reloadRegisterPage = function() {
Expand Down
Loading

0 comments on commit ebafd78

Please sign in to comment.