1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Updated jQuery3 CDN URL. Reduced some scrollbar widths in admin area. Prevent multiple og:title entries.

This commit is contained in:
Cameron
2021-09-23 10:41:51 -07:00
parent 9c2d7ec2d6
commit 94c5761893
3 changed files with 9 additions and 7 deletions

View File

@@ -296,13 +296,13 @@ class core_library
'name' => 'jQuery 3 (CDN)',
'vendor_url' => 'https://jquery.com/',
'version_arguments' => array(
'file' => 'dist/jquery.min.js',
'file' => 'jquery.min.js',
'pattern' => '/jQuery\s+v(\d\.\d\.\d+)/',
'lines' => 5,
),
'files' => array(
'js' => array(
'dist/jquery.min.js' => array(
'jquery.min.js' => array(
'zone' => 1,
'type' => 'url',
),
@@ -322,8 +322,8 @@ class core_library
),
),
// Override library path to CDN.
'library_path' => 'https://cdn.jsdelivr.net/npm/',
'path' => 'jquery@3.6.0',
'library_path' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery',
'path' => '3.6.0',
'version' => '3.6.0',
);