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() { diff --git a/release/build.xml b/release/build.xml index 247ac554c..d4d18972c 100644 --- a/release/build.xml +++ b/release/build.xml @@ -220,24 +220,24 @@ - - - - - - - - - - - + + + + + + + + + + + - +