diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-01-10 12:20:32 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-01-10 12:20:32 +0000 |
commit | 27026e0f891dbe5cc784d016ddcd2e4896d6e144 (patch) | |
tree | e672dccbaf1c2c1f6f6bad1ae9fb76f5b3d2dba1 /demos/index.html | |
parent | c31ae93dc565d99982c250fe0731dda1efe51b68 (diff) | |
download | jquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.tar.gz jquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.zip |
moving documentation folder under demos to make it work locally
Diffstat (limited to 'demos/index.html')
-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 5516531e2..11e618a9d 100644 --- a/demos/index.html +++ b/demos/index.html @@ -164,7 +164,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() { |