Skip to content

Commit

Permalink
Update jQuery (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Ivančić <[email protected]>
  • Loading branch information
cicnavi and Marko Ivančić authored Jun 9, 2023
1 parent 776a26f commit a3f7643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/oidc_base.twig
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</div>
</body>
{% block postload %}
<script type="text/javascript" src="{{ asset('jquery/jquery-3.3.1.min.js', 'oidc') }}"></script>
<script type="text/javascript" src="{{ asset('jquery/jquery-3.6.4.min.js', 'oidc') }}"></script>
<script type="text/javascript" src="{{ asset('fomantic/semantic.min.js', 'oidc') }}"></script>
<script>
$(document).ready(function () {
Expand Down
2 changes: 0 additions & 2 deletions www/assets/jquery/jquery-3.3.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions www/assets/jquery/jquery-3.6.4.min.js

Large diffs are not rendered by default.

0 comments on commit a3f7643

Please sign in to comment.