mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
spelling: original
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
46cd39fb34
commit
82d4d329be
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ function editpost(url) {
|
|||
|
||||
// For editpost we load the modal html of "jot-sections" of the edit page. So we would have two jot forms in
|
||||
// the page html. To avoid js conflicts we store the original jot in the variable jotcache.
|
||||
// After closing the modal original jot should be restored at its orginal position in the html structure.
|
||||
// After closing the modal original jot should be restored at its original position in the html structure.
|
||||
jotcache = $("#jot-content > #jot-sections");
|
||||
|
||||
// Remove the original Jot as long as the edit Jot is open.
|
||||
|
|
Loading…
Reference in a new issue