Merge pull request #9406 from MrPetovan/bug/9385-frio-edit-detach

[frio] Keep jQuery data attached to elements stored in jotcache
This commit is contained in:
Tobias Diekershoff 2020-10-11 08:08:27 +02:00 committed by GitHub
commit e757711c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

View file

@ -285,7 +285,7 @@ function editpost(url) {
jotcache = $("#jot-content > #jot-sections");
// Remove the original Jot as long as the edit Jot is open.
jotcache.remove();
jotcache.detach();
// Add the class "edit" to the modal to have some kind of identifier to
// have the possibility to e.g. put special event-listener.