Skip to content

Commit

Permalink
fix(oxauth-server): change js lib path (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 authored Mar 25, 2024
1 parent 2be0170 commit 00b9e39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link type="text/css" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" />
<script
src="#{oxAuthConfigurationService.getJsLocation()}/jquery-3.6.0.min.js"></script>
src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script
src="#{oxAuthConfigurationService.getJsLocation()}/popper.min.js"></script>
<script
Expand All @@ -43,7 +43,7 @@
<script
src="#{oxAuthConfigurationService.getJsLocation()}/gluu-auth.js" />
<script
src="#{oxAuthConfigurationService.getJsLocation()}/jquery-ui.min.js"></script>
src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<ui:insert name="head" />

<style>
Expand Down

0 comments on commit 00b9e39

Please sign in to comment.