mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[ecmascript] unlock previously locked document
This commit is contained in:
parent
19cb86aeff
commit
9fc4d8022d
@ -312,6 +312,7 @@ delayed_reload(void *data)
|
|||||||
struct session *ses = rel->ses;
|
struct session *ses = rel->ses;
|
||||||
|
|
||||||
assert(rel);
|
assert(rel);
|
||||||
|
object_unlock(rel->document);
|
||||||
dump_xhtml(rel->cached, rel->document, rel->was_write);
|
dump_xhtml(rel->cached, rel->document, rel->was_write);
|
||||||
|
|
||||||
sort_links(rel->document);
|
sort_links(rel->document);
|
||||||
|
Loading…
Reference in New Issue
Block a user