diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-15 15:07:17 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-15 15:07:17 -0400 |
commit | 5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3 (patch) | |
tree | 15470bcf93da4a04164fcda4a7c3dfe7df0ad085 /view/theme/dispy-dark/head.tpl | |
parent | 1d2049a6d6fe327340da2b1298f06f9fbde183c7 (diff) | |
download | volse-hubzilla-5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3.tar.gz volse-hubzilla-5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3.tar.bz2 volse-hubzilla-5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3.zip |
commit latest to dispy-dark. fixes in html css and js
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/head.tpl')
-rw-r--r-- | view/theme/dispy-dark/head.tpl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/view/theme/dispy-dark/head.tpl b/view/theme/dispy-dark/head.tpl index 793af6fd2..f606f2f7e 100644 --- a/view/theme/dispy-dark/head.tpl +++ b/view/theme/dispy-dark/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> |