aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-14 13:25:51 -0700
committerSimon <simon@kisikew.org>2012-04-14 13:25:51 -0700
commit4ef5b9c4e38c4fef162c55630470c4c261a2ea66 (patch)
tree5f2b29294545dfee8d389c6ab20ef034a58ab621 /view/theme/dispy-dark
parent6591b292a1e22e3eaec41af0a61a6911e9847098 (diff)
parent6278b2a923a89fbf2e77aee367dd6499e48f8c1b (diff)
downloadvolse-hubzilla-4ef5b9c4e38c4fef162c55630470c4c261a2ea66.tar.gz
volse-hubzilla-4ef5b9c4e38c4fef162c55630470c4c261a2ea66.tar.bz2
volse-hubzilla-4ef5b9c4e38c4fef162c55630470c4c261a2ea66.zip
Merge pull request #235 from simonlnu/master
string fix: typo. slow down scroll to top in dispys
Diffstat (limited to 'view/theme/dispy-dark')
-rw-r--r--view/theme/dispy-dark/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php
index affffc9cb..d5d489be2 100644
--- a/view/theme/dispy-dark/theme.php
+++ b/view/theme/dispy-dark/theme.php
@@ -120,7 +120,7 @@ function dispy_dark_init(&$a) {
});
$('a[href=#top]').click(function() {
- $('html, body').animate({scrollTop:0}, '500');
+ $('html, body').animate({scrollTop:0}, 'slow');
return false;
});