Skip to content

Commit

Permalink
Update jQuery (#200)
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 2867977 commit b7adb69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions public/assets/jquery/jquery-3.3.1.min.js

This file was deleted.

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

Large diffs are not rendered by default.

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

0 comments on commit b7adb69

Please sign in to comment.