mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Upgrading jQuery from 3.6.0 to 3.7.1
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
[
|
||||
{
|
||||
"inputs": [ "Assets/Js/jQuery/jquery-3.6.0.js" ],
|
||||
"output": "Scripts/jquery.js"
|
||||
},
|
||||
{
|
||||
"inputs": [
|
||||
"Assets/Css/jQueryUI/jquery-ui.css",
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -338,7 +338,6 @@
|
||||
<Content Include="Assets\Js\FileUpload\jquery.fileupload.js" />
|
||||
<Content Include="Assets\Js\History\history.js" />
|
||||
<Content Include="Assets\Js\jQueryUI\jquery-ui.js" />
|
||||
<Content Include="Assets\Js\jQuery\jquery-3.6.0.js" />
|
||||
<Content Include="Assets\Js\jQuery\jquery.cookie.js" />
|
||||
<Content Include="Assets\Js\FileUpload\jquery.iframe-transport.js" />
|
||||
<Content Include="Assets\Js\jQuery\jquery.plugin.js" />
|
||||
@@ -752,12 +751,12 @@
|
||||
<Content Include="Scripts\jquery.fileupload-full.min.js" />
|
||||
<Content Include="Scripts\jquery.iframe-transport.js" />
|
||||
<Content Include="Scripts\jquery.iframe-transport.min.js" />
|
||||
<Content Include="Scripts\jquery.js" />
|
||||
<Content Include="Scripts\jquery.min.js" />
|
||||
<Content Include="Scripts\jquery.plugin.js" />
|
||||
<Content Include="Scripts\jquery.plugin.min.js" />
|
||||
<Content Include="Scripts\jquery.utils.js" />
|
||||
<Content Include="Scripts\jquery.utils.min.js" />
|
||||
<Content Include="Scripts\jQuery\jquery.js" />
|
||||
<Content Include="Scripts\jQuery\jquery.min.js" />
|
||||
<Content Include="Scripts\knockout.js" />
|
||||
<Content Include="Scripts\knockout.min.js" />
|
||||
<Content Include="Scripts\moment.js" />
|
||||
|
@@ -7,9 +7,9 @@ namespace Orchard.Resources.ResourceManifests {
|
||||
|
||||
// jQuery.
|
||||
manifest.DefineScript("jQuery")
|
||||
.SetUrl("jquery.min.js", "jquery.js")
|
||||
.SetCdn("//code.jquery.com/jquery-3.6.0.min.js", "//code.jquery.com/jquery-3.6.0.js")
|
||||
.SetVersion("3.6.0");
|
||||
.SetUrl("jQuery/jquery.min.js", "jQuery/jquery.js")
|
||||
.SetCdn("//code.jquery.com/jquery-3.7.1.min.js", "//code.jquery.com/jquery-3.7.1.js")
|
||||
.SetVersion("3.7.1");
|
||||
|
||||
// jQuery UI (full package).
|
||||
manifest.DefineScript("jQueryUI")
|
||||
|
10716
src/Orchard.Web/Modules/Orchard.Resources/Scripts/jQuery/jquery.js
vendored
Normal file
10716
src/Orchard.Web/Modules/Orchard.Resources/Scripts/jQuery/jquery.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
src/Orchard.Web/Modules/Orchard.Resources/Scripts/jQuery/jquery.min.js
vendored
Normal file
2
src/Orchard.Web/Modules/Orchard.Resources/Scripts/jQuery/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user