diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-01-28 07:44:58 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-01-28 07:44:58 -0500 |
commit | ba4335712226ecfd66d34ddc93def2433af82f8c (patch) | |
tree | b46bd1527f8015cf68d581a4ce29e7a7525d6d66 /demos/index.html | |
parent | 4f15e66f5373170caf307237b9a8b2c505ae3dbf (diff) | |
download | jquery-ui-ba4335712226ecfd66d34ddc93def2433af82f8c.tar.gz jquery-ui-ba4335712226ecfd66d34ddc93def2433af82f8c.zip |
Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/index.html b/demos/index.html index 76ddcd3da..cba4641a3 100644 --- a/demos/index.html +++ b/demos/index.html @@ -225,9 +225,9 @@ return false; }); }); - }); + }, "html" ); } - }); + }, "html" ); } function updateDemoNotes() { |