⬆ Update jQuery

This commit is contained in:
Luc Didry
2023-12-27 08:27:13 +01:00
parent ebf9f66e47
commit 2cb07f8565
9 changed files with 6 additions and 7 deletions
+1
View File
@@ -1,6 +1,7 @@
Revision history for Lutim
0.16.0 ????-??-??
- ⬆️ UUpdate jQuery
0.15.0 2023-12-19
- ✨ — Add --nuke option to image command
-1
View File
@@ -1 +0,0 @@
jquery-3.5.1.min.js
@@ -1 +0,0 @@
jquery-3.5.1.min.map
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -62,7 +62,7 @@
% if (defined(config('piwik_img'))) {
<img src="<%== config('piwik_img') %>" class="border-zero" alt="">
% }
%= javascript '/js/jquery-3.2.1.min.js'
%= javascript '/js/jquery-3.7.1.min.js'
%= javascript '/partial/manifest.js'
%= javascript '/js/toastify.js'
%= javascript '/js/bootstrap.min.js'
+1 -1
View File
@@ -26,7 +26,7 @@
<meta name="twitter:title" content="<%= $filename %>">
<meta name="twitter:player:width" content="<%= $width %>">
<meta name="twitter:player:height" content="<%= $height %>">
%= javascript '/js/jquery-3.2.1.min.js'
%= javascript '/js/jquery-3.7.1.min.js'
%= javascript '/js/freezeframe.min.js'
%= javascript '/js/twitter.js'
% } else {