Skip to content

Commit

Permalink
change js folder to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tideorg committed Nov 25, 2024
1 parent b601edb commit e8712a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="heading">Welcome to TideCloak Test Application</h1>
<p id="message" class="message"></p>

<!-- Link to the external JavaScript file -->
<script src="js/keycloak.js"></script>
<script src="js/script.js"></script>
<script src="scripts/keycloak.js"></script>
<script src="scripts/script.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e8712a8

Please sign in to comment.