]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/theme.php
diabook-themes: bugfix
[friendica.git] / view / theme / diabook / theme.php
index dee9c28901d061914d39c4dfe787a6b754694a36..269015d0a3e5fa83e90d36d2353129f044f01192 100755 (executable)
@@ -357,6 +357,11 @@ $(document).ready(function() {
         }
         else $(this).attr("src",ifr_source+"?"+wmode);
     });
+    
+    $("a[href=#top]").click(function() {
+                       $("html, body").animate({scrollTop:0}, "slow");
+                       return false;
+               });
       
 
 });