Upgrading to jQuery 1.8.2

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-09-24 16:55:45 -07:00
parent e65813b2c7
commit fbf557cca4
5 changed files with 1104 additions and 891 deletions

View File

@@ -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" />

View File

@@ -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 one or more lines are too long