aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/js/behaviour.functionaldemos.js
diff options
context:
space:
mode:
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