mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Upgrading to jQuery 1.8.0
--HG-- branch : 1.x
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
</UpgradeBackupLocation>
|
||||
<TargetFrameworkProfile />
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
<IISExpressSSLPort />
|
||||
<IISExpressAnonymousAuthentication />
|
||||
<IISExpressWindowsAuthentication />
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -49,9 +53,9 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\jquery-1.8.0.js" />
|
||||
<Content Include="Scripts\jquery-1.8.0.min.js" />
|
||||
<Content Include="Scripts\jquery.ui.timepicker.min.js" />
|
||||
<Content Include="Scripts\jquery-1.7.1.js" />
|
||||
<Content Include="Scripts\jquery-1.7.1.min.js" />
|
||||
<Content Include="Scripts\jquery-ui.js" />
|
||||
<Content Include="Scripts\jquery-ui.min.js" />
|
||||
<Content Include="Scripts\jquery.effects.blind.js" />
|
||||
|
@@ -4,7 +4,8 @@ namespace Orchard.jQuery {
|
||||
public class ResourceManifest : IResourceManifestProvider {
|
||||
public void BuildManifests(ResourceManifestBuilder builder) {
|
||||
var manifest = builder.Add();
|
||||
manifest.DefineScript("jQuery").SetUrl("jquery-1.7.1.min.js", "jquery-1.7.1.js").SetVersion("1.7.1");
|
||||
manifest.DefineScript("jQuery").SetUrl("jquery-1.8.0.min.js", "jquery-1.8.0.js").SetVersion("1.8.0")
|
||||
.SetCdn("http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.min.js", "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.min.js", true);
|
||||
|
||||
// Full jQuery UI bundle
|
||||
manifest.DefineScript("jQueryUI").SetUrl("jquery-ui.min.js", "jquery-ui.js").SetVersion("1.8.18").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.0.min.js
vendored
Normal file
2
src/Orchard.Web/Modules/Orchard.jQuery/Scripts/jquery-1.8.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user