mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Upgrading to jQuery 1.8.2
--HG-- branch : 1.x
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\jquery-1.8.0.js" />
|
||||
<Content Include="Scripts\jquery-1.8.0.min.js" />
|
||||
<Content Include="Scripts\jquery-1.8.2.js" />
|
||||
<Content Include="Scripts\jquery-1.8.2.min.js" />
|
||||
<Content Include="Scripts\jquery.ui.timepicker.min.js" />
|
||||
<Content Include="Scripts\jquery-ui.js" />
|
||||
<Content Include="Scripts\jquery-ui.min.js" />
|
||||
|
@@ -4,8 +4,8 @@ namespace Orchard.jQuery {
|
||||
public class ResourceManifest : IResourceManifestProvider {
|
||||
public void BuildManifests(ResourceManifestBuilder builder) {
|
||||
var manifest = builder.Add();
|
||||
manifest.DefineScript("jQuery").SetUrl("jquery-1.8.0.min.js", "jquery-1.8.0.js").SetVersion("1.8.0")
|
||||
.SetCdn("//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.min.js", "//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.min.js", true);
|
||||
manifest.DefineScript("jQuery").SetUrl("jquery-1.8.2.min.js", "jquery-1.8.2.js").SetVersion("1.8.2")
|
||||
.SetCdn("//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js", "//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js", true);
|
||||
|
||||
// Full jQuery UI bundle
|
||||
manifest.DefineScript("jQueryUI").SetUrl("jquery-ui.min.js", "jquery-ui.js").SetVersion("1.8.23").SetDependencies("jQuery")
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
2
src/Orchard.Web/Modules/Orchard.jQuery/Scripts/jquery-1.8.2.min.js
vendored
Normal file
2
src/Orchard.Web/Modules/Orchard.jQuery/Scripts/jquery-1.8.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user