From ad6baf24449b51e454bb2fe944db76b62d232cd8 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 8 Jan 2009 21:57:49 +0000 Subject: integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files --- demos/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') 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() { -- cgit v1.2.3