mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[document] sort links after rewrite of document
This commit is contained in:
parent
bc597e2b61
commit
ba33d709de
@ -314,6 +314,7 @@ delayed_reload(void *data)
|
|||||||
assert(rel);
|
assert(rel);
|
||||||
dump_xhtml(rel->cached, rel->document, rel->was_write);
|
dump_xhtml(rel->cached, rel->document, rel->was_write);
|
||||||
|
|
||||||
|
sort_links(rel->document);
|
||||||
draw_formatted(ses, rel->was_write ? 3 : 0);
|
draw_formatted(ses, rel->was_write ? 3 : 0);
|
||||||
load_common(ses);
|
load_common(ses);
|
||||||
mem_free(rel);
|
mem_free(rel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user