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);
|
$("#jot-content").append(jotcache);
|
||||||
// Clear the jotcache.
|
// Clear the jotcache.
|
||||||
jotcache = "";
|
jotcache = "";
|
||||||
// Destroy the attachment linkPreviw for Jot.
|
// Destroy the attachment linkPreview for Jot.
|
||||||
if (typeof linkPreview === "object") {
|
if (typeof linkPreview === "object") {
|
||||||
linkPreview.destroy();
|
linkPreview.destroy();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue