diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2008-10-08 13:54:11 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2008-10-08 13:54:11 +0000 |
commit | 226e11cecf35cc74fa97511d187d8a9bed05680f (patch) | |
tree | 60025a67a3a6d80a2253f50bd1556d7696fa31af /demos/functional/js/behaviour.functionaldemos.js | |
parent | 8b7f927e4b3c4622025d81845b9e7f2b88c760d0 (diff) | |
download | jquery-ui-226e11cecf35cc74fa97511d187d8a9bed05680f.tar.gz jquery-ui-226e11cecf35cc74fa97511d187d8a9bed05680f.zip |
functional demos: added history_remote plugin
Diffstat (limited to 'demos/functional/js/behaviour.functionaldemos.js')
-rw-r--r-- | demos/functional/js/behaviour.functionaldemos.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/functional/js/behaviour.functionaldemos.js b/demos/functional/js/behaviour.functionaldemos.js index 8e375db28..19393476c 100644 --- a/demos/functional/js/behaviour.functionaldemos.js +++ b/demos/functional/js/behaviour.functionaldemos.js @@ -10,4 +10,6 @@ $(document).ready(function() { loadDemo(location.hash.replace(/^#/, "")); } + $.ajaxHistory.initialize(); + });
\ No newline at end of file |