diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-01-08 21:57:49 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-01-08 21:57:49 +0000 |
commit | ad6baf24449b51e454bb2fe944db76b62d232cd8 (patch) | |
tree | e73100c90ac186ecdc055a694a564cc4dbbe6b80 /demos | |
parent | e9d2650278fe47f261bdae137e1aa8fd16c51c54 (diff) | |
download | jquery-ui-ad6baf24449b51e454bb2fe944db76b62d232cd8.tar.gz jquery-ui-ad6baf24449b51e454bb2fe944db76b62d232cd8.zip |
integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files
Diffstat (limited to 'demos')
-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 e7f19ab84..5516531e2 100644 --- a/demos/index.html +++ b/demos/index.html @@ -164,7 +164,7 @@ updateDemoNotes(); }); if (/default.html$/.test(path)) { - $.get("../documentation/" + 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() { |