string fix: typo. slow down scroll to top in dispys

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-04-14 16:24:35 -04:00
parent 1dd22be4d2
commit 6278b2a923
6 changed files with 7 additions and 7 deletions

View file

@ -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;
});