Skip to content

Commit

Permalink
Update jQuery to v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpozdeev committed Aug 6, 2023
1 parent 778a4e5 commit b4f360d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/content/jquery/jquery-3.6.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions src/content/jquery/jquery-3.6.4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/includes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<body <?php if (Lang::instance()->rtl()) echo 'dir="rtl"'; ?>>

<script type="text/javascript" src="<?php mttinfo('content_url'); ?>jquery/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="<?php mttinfo('content_url'); ?>jquery/jquery-3.6.4.min.js"></script>
<script type="text/javascript" src="<?php mttinfo('content_url'); ?>jquery/jquery-ui-1.13.2.min.js"></script>
<script type="text/javascript" src="<?php mttinfo('content_url'); ?>jquery/jquery.ui.touch-punch-1.0.8-2.js"></script>
<script type="text/javascript" src="<?php mttinfo('content_url'); ?>mytinytodo.js?v=<?php mttinfo('version'); ?>"></script>
Expand Down

0 comments on commit b4f360d

Please sign in to comment.