From 3f3b3bbca85df8b56d75738581ca3c840d463af7 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 19 Jan 2009 14:27:26 +0000 Subject: documentation: revert change that made /documentation top level, since that seems to break local ajax calls release: removed packing from the release --- demos/index.html | 2 +- release/build.xml | 51 ++------------------------------------------------- 2 files changed, 3 insertions(+), 50 deletions(-) diff --git a/demos/index.html b/demos/index.html index 4cc0f6dc7..59246426d 100644 --- a/demos/index.html +++ b/demos/index.html @@ -169,7 +169,7 @@ updateDemoNotes(); }); if (/default.html$/.test(path)) { - $.get("../documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) { + $.get("documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) { $("#demo-notes").after(html); $("#widget-docs").tabs(); $(".param-header").click(function() { diff --git a/release/build.xml b/release/build.xml index 9fe67ec5e..9299acf0d 100644 --- a/release/build.xml +++ b/release/build.xml @@ -28,7 +28,6 @@ - @@ -36,16 +35,14 @@ - - + - @@ -72,21 +69,6 @@ - - - - - -
- - - - - - - - - @@ -151,35 +133,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -234,7 +187,7 @@ - + -- cgit v1.2.3