diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-19 14:27:26 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-19 14:27:26 +0000 |
commit | 3f3b3bbca85df8b56d75738581ca3c840d463af7 (patch) | |
tree | 9cedf3085f42aab57a1168b3bd37920662ce63ed /demos | |
parent | 2bf00167cbad85a70c94b75b98027dba510f5200 (diff) | |
download | jquery-ui-3f3b3bbca85df8b56d75738581ca3c840d463af7.tar.gz jquery-ui-3f3b3bbca85df8b56d75738581ca3c840d463af7.zip |
documentation: revert change that made /documentation top level, since that seems to break local ajax calls
release: removed packing from the release
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 4cc0f6dc7..59246426d 100644 --- a/demos/index.html +++ b/demos/index.html @@ -169,7 +169,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() { |