aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/theme.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-14 16:24:35 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-14 16:24:35 -0400
commit6278b2a923a89fbf2e77aee367dd6499e48f8c1b (patch)
tree5f2b29294545dfee8d389c6ab20ef034a58ab621 /view/theme/dispy/theme.php
parent1dd22be4d2fe997d9bde552f8d8a25ba12c67e7e (diff)
downloadvolse-hubzilla-6278b2a923a89fbf2e77aee367dd6499e48f8c1b.tar.gz
volse-hubzilla-6278b2a923a89fbf2e77aee367dd6499e48f8c1b.tar.bz2
volse-hubzilla-6278b2a923a89fbf2e77aee367dd6499e48f8c1b.zip
string fix: typo. slow down scroll to top in dispys
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/theme.php')
-rw-r--r--view/theme/dispy/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php
index 8af61d78b..edc9b9548 100644
--- a/view/theme/dispy/theme.php
+++ b/view/theme/dispy/theme.php
@@ -120,7 +120,7 @@ function dispy_init(&$a) {
});
$('a[href=#top]').click(function() {
- $('html, body').animate({scrollTop:0}, '500');
+ $('html, body').animate({scrollTop:0}, 'slow');
return false;
});