mirror of
https://github.com/friendica/friendica
synced 2025-01-03 15:22:19 +00:00
spelling: comment
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c754ac9cc5
commit
acb1e71082
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ function scrollToItem(elementId) {
|
||||||
)
|
)
|
||||||
.promise()
|
.promise()
|
||||||
.done(function () {
|
.done(function () {
|
||||||
// Highlight post/commenent with ID (GUID)
|
// Highlight post/comment with ID (GUID)
|
||||||
$el.animate(colWhite, 1000).animate(colShiny).animate({ backgroundColor: "transparent" }, 600);
|
$el.animate(colWhite, 1000).animate(colShiny).animate({ backgroundColor: "transparent" }, 600);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue