From 27026e0f891dbe5cc784d016ddcd2e4896d6e144 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 10 Jan 2009 12:20:32 +0000 Subject: [PATCH] moving documentation folder under demos to make it work locally --- demos/index.html | 2 +- release/build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/index.html b/demos/index.html index 5516531e2..11e618a9d 100644 --- a/demos/index.html +++ b/demos/index.html @@ -164,7 +164,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 d4d18972c..a75cfb010 100644 --- a/release/build.xml +++ b/release/build.xml @@ -234,7 +234,7 @@ - + -- 2.39.5