mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Update jQuery to 3.7.1 and recommend updating
This commit is contained in:
parent
74b9533281
commit
f0f73c6ac8
6 changed files with 845 additions and 1121 deletions
|
|
@ -7,7 +7,7 @@ class HTMLDisplayHandler
|
|||
*/
|
||||
public const JQUERY_V2 = '2.2.4';
|
||||
public const JQUERY_V2_MIGRATE = '1.4.1';
|
||||
public const JQUERY_V3 = '3.6.3';
|
||||
public const JQUERY_V3 = '3.7.1';
|
||||
public const JQUERY_V3_MIGRATE = '3.4.0';
|
||||
|
||||
/**
|
||||
|
|
@ -746,7 +746,8 @@ class HTMLDisplayHandler
|
|||
*/
|
||||
private function _loadCommonJSCSS()
|
||||
{
|
||||
if (config('view.jquery_version') === 3)
|
||||
$jquery_version = config('view.jquery_version') ?: 2;
|
||||
if ($jquery_version == 3)
|
||||
{
|
||||
$jquery_version = self::JQUERY_V3;
|
||||
$jquery_migrate_version = self::JQUERY_V3_MIGRATE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue