aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-10 12:20:32 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-10 12:20:32 +0000
commit27026e0f891dbe5cc784d016ddcd2e4896d6e144 (patch)
treee672dccbaf1c2c1f6f6bad1ae9fb76f5b3d2dba1
parentc31ae93dc565d99982c250fe0731dda1efe51b68 (diff)
downloadjquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.tar.gz
jquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.zip
moving documentation folder under demos to make it work locally
-rw-r--r--demos/index.html2
-rw-r--r--release/build.xml2
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 @@
</target>
<target name="docs-process" depends="docs-download">
- <property name="docs.dir" value="${ui.dir}/documentation" />
+ <property name="docs.dir" value="${ui.dir}/demos/documentation" />
<delete dir="${docs.dir}" />
<mkdir dir="${docs.dir}" />
<xslt includes="docs-*.xml" destdir="${docs.dir}" style="build/style.xsl" />