aboutsummaryrefslogtreecommitdiffstats
path: root/demos
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 /demos
parentc31ae93dc565d99982c250fe0731dda1efe51b68 (diff)
downloadjquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.tar.gz
jquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.zip
moving documentation folder under demos to make it work locally
Diffstat (limited to 'demos')
-rw-r--r--demos/index.html2
1 files changed, 1 insertions, 1 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() {