aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2009-01-17 15:01:08 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2009-01-17 15:01:08 +0000
commit8b1a034276b6500eb82108825afb4f68aaadb35e (patch)
tree918faf9a88b77fc095e575a78055b6ed69c49e2d /demos
parent87e135012d00904c60d4fa9396ddfd917a886f19 (diff)
downloadjquery-ui-8b1a034276b6500eb82108825afb4f68aaadb35e.tar.gz
jquery-ui-8b1a034276b6500eb82108825afb4f68aaadb35e.zip
documentation: should be generated in /documentation, not /demos/documentation
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 726e2622d..9680fe787 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -165,7 +165,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() {