aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-08 21:57:49 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-08 21:57:49 +0000
commitad6baf24449b51e454bb2fe944db76b62d232cd8 (patch)
treee73100c90ac186ecdc055a694a564cc4dbbe6b80 /demos/index.html
parente9d2650278fe47f261bdae137e1aa8fd16c51c54 (diff)
downloadjquery-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/index.html')
-rw-r--r--demos/index.html2
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() {