Skip to content

Commit

Permalink
Updated jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed May 15, 2021
1 parent 5de6997 commit 9fc459e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public_html/vendor/jquery/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public_html/vendor/jquery/jquery.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions system/classes/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Resource
const DEFAULT_THEME = 'denim';

// Local library versions
const JQUERY_VERSION = '3.5.1';
const JQUERY_VERSION = '3.6.0';
const JQUERY_PRIORITY = -5000;

const JQUERY_UI_VERSION = '1.12.1';
Expand All @@ -72,7 +72,7 @@ class Resource
// JQuery & JQuery UI
//
// Note: URLs are now hard-coded with version numbers to include an SRI hash
const JQUERY_CDN = '<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>';
const JQUERY_CDN = '<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>';
const JQUERY_UI_CDN = '<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>';
const JQUERY_UI_CSS_CDN = '<link rel="stylesheet" href="https://code.jquery.com/ui/%s/themes/%s/jquery-ui.css">';

Expand Down

0 comments on commit 9fc459e

Please sign in to comment.