diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 03:15:06 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-22 03:15:06 +0200 |
commit | fe6567cb88eb129887253be8f2b62002d92ad769 (patch) | |
tree | de41e1bb6cf58afb0ec85e8da8f9bc0b8beb88d1 /view/theme/diabook/nav.tpl | |
parent | bdbe068b95e8c302179530dff7583997ff35f246 (diff) | |
download | volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.gz volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.bz2 volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.zip |
diabook-themes: deleted obsolete diabook-folder & minor bug-fixes
Diffstat (limited to 'view/theme/diabook/nav.tpl')
-rw-r--r-- | view/theme/diabook/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index 3bb3d25a8..29a89527c 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -136,7 +136,7 @@ </nav> -<div style="position: fixed; bottom: 5px; right: 10px;"><a href="javascript:scroll(0,0); "><img src="view/theme/diabook/icons/scroll_top.png" title="scroll to top"></a></div> +<div style="position: fixed; bottom: 5px; right: 10px;"><a href="javascript:$('html, body').animate({scrollTop:0}, 'slow'); "><img src="view/theme/diabook/icons/scroll_top.png" title="scroll to top"></a></div> <div style="position: fixed; bottom: 3px; left: 25px;">$langselector</div> <div style="position: fixed; bottom: 23px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook/icons/bluebug.png" title="report bugs for the theme diabook"/></a></div> |