added 2.24 cdn as choice
added old 2.24 by jqery cdn as choice
This commit is contained in:
parent
f7a85a3ef1
commit
6dfd8537e1
1 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,7 @@ class Combine{
|
|||
'cdn' => [
|
||||
'CloudFlare' => '//cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.3.2/jquery-migrate.min.js',
|
||||
'Google' => '//code.jquery.com/jquery-migrate-3.3.2.min.js',
|
||||
'CDN 2.24 (old)' => '//code.jquery.com/jquery-migrate-1.4.1.min.js',
|
||||
],
|
||||
],
|
||||
|
||||
|
@ -73,7 +74,8 @@ class Combine{
|
|||
'label' => 'jQuery',
|
||||
'cdn' => [
|
||||
'CloudFlare' => '//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js',
|
||||
'Google' => '//code.jquery.com/jquery-3.6.0.min.js',
|
||||
'Google' => '//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js',
|
||||
'CDN 2.24 (old)' => '//code.jquery.com/jquery-2.2.4.min.js',
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue