aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/js/behaviour.functionaldemos.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-23 13:36:42 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-23 13:36:42 +0000
commit731bff8bcbfe686d12bb7b3b89c0224c1af4ffd3 (patch)
tree6470ed15dee3bf442b6fc5b4eea12088871ae278 /demos/functional/js/behaviour.functionaldemos.js
parent2b21245cd01e91b9b3114d06ba5b45650cf63ec6 (diff)
downloadjquery-ui-731bff8bcbfe686d12bb7b3b89c0224c1af4ffd3.tar.gz
jquery-ui-731bff8bcbfe686d12bb7b3b89c0224c1af4ffd3.zip
demos: removed legacy demos folders - functional, real-world
Diffstat (limited to 'demos/functional/js/behaviour.functionaldemos.js')
-rw-r--r--demos/functional/js/behaviour.functionaldemos.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/demos/functional/js/behaviour.functionaldemos.js b/demos/functional/js/behaviour.functionaldemos.js
deleted file mode 100644
index 54988d6ca..000000000
--- a/demos/functional/js/behaviour.functionaldemos.js
+++ /dev/null
@@ -1,12 +0,0 @@
-$(document).ready(function() {
-
- $('.component-links a').history(function() {
- loadDemo( $(this).attr('href').replace(/^#/, "") );
- });
-
- var instructions = $("#containerDemo").html();
- $.ajaxHistory.initialize(function() {
- $("#containerDemo").html(instructions);
- });
-
-}); \ No newline at end of file