aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-01-28 07:44:58 -0500
committerScott González <scott.gonzalez@gmail.com>2012-01-28 07:44:58 -0500
commitba4335712226ecfd66d34ddc93def2433af82f8c (patch)
treeb46bd1527f8015cf68d581a4ce29e7a7525d6d66 /demos/index.html
parent4f15e66f5373170caf307237b9a8b2c505ae3dbf (diff)
downloadjquery-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.html4
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() {