]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/default.php
Fix registration form
[friendica.git] / view / theme / smoothly / default.php
index a136a82d3529cddde879672aa4329534ba7feb94..785e543a96138e5cc5188e41637ccb4f00ca20da 100644 (file)
@@ -3,6 +3,11 @@
 <head>
   <title><?php if(x($page,'title')) echo $page['title'] ?></title>
   <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
+  <script type="text/javascript">
+       function ScrollToBottom(){
+       window.scrollTo(0,document.body.scrollHeight);
+       }
+  </script>
   <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
 </head>
 <body>