mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Updating jQuery to 1.7.1
--HG-- branch : 1.x
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Orchard.jQuery {
|
||||
public class ResourceManifest : IResourceManifestProvider {
|
||||
public void BuildManifests(ResourceManifestBuilder builder) {
|
||||
var manifest = builder.Add();
|
||||
manifest.DefineScript("jQuery").SetUrl("jquery-1.7.min.js", "jquery-1.7.js").SetVersion("1.7");
|
||||
manifest.DefineScript("jQuery").SetUrl("jquery-1.7.1.min.js", "jquery-1.7.1.js").SetVersion("1.7.1");
|
||||
|
||||
// Full jQuery UI bundle
|
||||
manifest.DefineScript("jQueryUI").SetUrl("jquery-ui.min.js", "jquery-ui.js").SetVersion("1.8.16").SetDependencies("jQuery");
|
||||
|
||||
+287
-321
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user