From: Scott González Date: Sat, 28 Jan 2012 12:44:58 +0000 (-0500) Subject: Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI... X-Git-Tag: 1.9m7~90 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ba4335712226ecfd66d34ddc93def2433af82f8c;p=jquery-ui.git 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. --- 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() {