mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
spelling: preview
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
bd2c17402a
commit
131695cb11
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ $(document).ready(function () {
|
|||
$("#jot-content").append(jotcache);
|
||||
// Clear the jotcache.
|
||||
jotcache = "";
|
||||
// Destroy the attachment linkPreviw for Jot.
|
||||
// Destroy the attachment linkPreview for Jot.
|
||||
if (typeof linkPreview === "object") {
|
||||
linkPreview.destroy();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue