diff options
author | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-10 01:46:29 -0700 |
commit | 93ae6ee97b5afccee2cc37e9ce400c7da43dec47 (patch) | |
tree | 624ed4f807542c4c60a043bc6a51f6a1e16b1ac0 /view/theme/diabook/bottom.tpl | |
parent | 774c51cc19c2e1fd135a7f692dd53bfb3a4d0ed3 (diff) | |
parent | 7b41c0a555c5b58b2a09be0424bb09af7fa49b42 (diff) | |
download | volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.gz volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.tar.bz2 volse-hubzilla-93ae6ee97b5afccee2cc37e9ce400c7da43dec47.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/bottom.tpl')
-rw-r--r-- | view/theme/diabook/bottom.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index 02ad1dcd2..081199360 100644 --- a/view/theme/diabook/bottom.tpl +++ b/view/theme/diabook/bottom.tpl @@ -67,12 +67,14 @@ $(document).ready(function() { $("a#top").attr("id","down"); $("a#down").attr("onclick","scrolldown()"); $("img#scroll_top_bottom").attr("src","view/theme/diabook/icons/scroll_bottom.png"); + $("img#scroll_top_bottom").attr("title","Scroll to bottom"); } if (scrollInfo > "900"){ $("a#down").attr("id","top"); $("a#top").attr("onclick","scrolltop()"); $("img#scroll_top_bottom").attr("src","view/theme/diabook/icons/scroll_top.png"); + $("img#scroll_top_bottom").attr("title","Back to top"); } }); |