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:45:32 -0500 |
commit | 69daf1794d691b4aa0d2c8914383880fbc820c0d (patch) | |
tree | d2b720e45ffdbb5d105709a5a47fc1c3e1c05087 /demos | |
parent | 40d9a192f560d65afdf9bed99cad96334871f763 (diff) | |
download | jquery-ui-69daf1794d691b4aa0d2c8914383880fbc820c0d.tar.gz jquery-ui-69daf1794d691b4aa0d2c8914383880fbc820c0d.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.
(cherry picked from commit ba4335712226ecfd66d34ddc93def2433af82f8c)
Diffstat (limited to 'demos')
-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 de71545aa..3c58e8faf 100644 --- a/demos/index.html +++ b/demos/index.html @@ -220,9 +220,9 @@ return false; }); }); - }); + }, "html" ); } - }); + }, "html" ); } function updateDemoNotes() { |