diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 13:31:59 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 13:31:59 -0400 |
commit | 7b15f27ba48f5a1b0e24290379e2524796776803 (patch) | |
tree | 12b873f7c8a507b4d348369079dd5e3c614272ec /view/theme/dispy/head.tpl | |
parent | a8c1cbc65592b58beb2042defa476acdd27fe8fd (diff) | |
download | volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.tar.gz volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.tar.bz2 volse-hubzilla-7b15f27ba48f5a1b0e24290379e2524796776803.zip |
weee, dispys get another update
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/head.tpl')
-rw-r--r-- | view/theme/dispy/head.tpl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/view/theme/dispy/head.tpl b/view/theme/dispy/head.tpl index 793af6fd2..f606f2f7e 100644 --- a/view/theme/dispy/head.tpl +++ b/view/theme/dispy/head.tpl @@ -74,25 +74,6 @@ } } - $(document).ready(function() { - function toggleToolbar() { - if ( $('#nav-floater').is(':visible') ) { - $('#nav-floater').slideUp('fast'); - $('.floaterflip').css({ - backgroundPosition: '-210px -60px' - }); - } else { - $('#nav-floater').slideDown('fast'); - $('.floaterflip').css({ - backgroundPosition: '-190px -60px' - }); - } - }; - $('.floaterflip').click(function() { - toggleToolbar(); - return false; - }); - }); </script> |