diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-17 15:01:08 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-17 15:01:08 +0000 |
commit | 8b1a034276b6500eb82108825afb4f68aaadb35e (patch) | |
tree | 918faf9a88b77fc095e575a78055b6ed69c49e2d /demos/index.html | |
parent | 87e135012d00904c60d4fa9396ddfd917a886f19 (diff) | |
download | jquery-ui-8b1a034276b6500eb82108825afb4f68aaadb35e.tar.gz jquery-ui-8b1a034276b6500eb82108825afb4f68aaadb35e.zip |
documentation: should be generated in /documentation, not /demos/documentation
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 2 |
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() { |