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()
|
||||
.done(function () {
|
||||
// Highlight post/commenent with ID (GUID)
|
||||
// Highlight post/comment with ID (GUID)
|
||||
$el.animate(colWhite, 1000).animate(colShiny).animate({ backgroundColor: "transparent" }, 600);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue