Skip to content

Commit

Permalink
Front office : Update jQuery to 3.7.1 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacWarrior committed Nov 3, 2023
1 parent ee61852 commit 1f7ed69
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion upload/admin_area/styles/cb_2014/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

$Cbucket->addAdminJS([
'jquery-3.6.4.min.js' => 'admin',
'jquery-3.7.1.min.js' => 'admin',
'jquery-ui-1.13.2.min.js' => 'global',
'html5shiv' . $min_suffixe . '.js' => 'admin',
'respond.min.js' => 'admin',
Expand Down
2 changes: 0 additions & 2 deletions upload/admin_area/styles/cb_2014/theme/js/jquery-3.6.4.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions upload/admin_area/styles/cb_2014/theme/js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions upload/changelog/550.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version":"5.5.0",
"revision":"278",
"revision":"279",
"status":"dev",
"detail":[
{
Expand Down Expand Up @@ -121,7 +121,7 @@
,"Refactor tag storage and management"
,"Refactor comments management"
,"Fix SQL timeout"
,"Update Plupload to 3.1.5"
,"Update Plupload to 3.1.5 <i>#281</i>"
]
},
{
Expand Down Expand Up @@ -181,7 +181,7 @@
,"Fix playlist creation <i>#196</i>"
,"Fix adding video to playlist <i>#197</i>"
,"Fix IE11 compatibility <i>#210</i>"
,"Update jQuery to 3.6.4 <i>#208</i>"
,"Update jQuery to 3.7.1 <i>#208</i>, <i>#281</i>"
,"Fix collection deletion"
,"Implement recursive collections"
,"Fix SQL error on photos page"
Expand Down
2 changes: 0 additions & 2 deletions upload/js/jquery-3.6.4.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions upload/js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion upload/player/embed_player.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title><?php echo $vdetails['title']; ?></title>
<script type="text/javascript" src="/styles/cb_28/theme/js/jquery-3.6.4.min.js"></script>
<script type="text/javascript" src="/styles/cb_28/theme/js/jquery-3.7.1.min.js"></script>
<?php
Template(STYLES_DIR . '/global/head.html', false);
?>
Expand Down
2 changes: 1 addition & 1 deletion upload/styles/cb_28/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]);

$Cbucket->addJS([
'jquery-3.6.4.min.js' => 'admin',
'jquery-3.7.1.min.js' => 'admin',
'jquery-ui-1.13.2.min.js' => 'global',
'clipbucket' . $min_suffixe . '.js' => 'admin',
'jquery_plugs/cookie' . $min_suffixe . '.js' => 'global',
Expand Down
2 changes: 0 additions & 2 deletions upload/styles/cb_28/theme/js/jquery-3.6.4.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions upload/styles/cb_28/theme/js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion upload/styles/global/html5_player_header.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<script type="text/javascript" src="/js/jquery-3.6.4.min.js"></script>
<script type="text/javascript" src="/js/jquery-3.7.1.min.js"></script>

0 comments on commit 1f7ed69

Please sign in to comment.