mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
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:
parent
1dd22be4d2
commit
6278b2a923
6 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue