mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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);
|
||||
dump_xhtml(rel->cached, rel->document, rel->was_write);
|
||||
|
||||
sort_links(rel->document);
|
||||
draw_formatted(ses, rel->was_write ? 3 : 0);
|
||||
load_common(ses);
|
||||
mem_free(rel);
|
||||
|
Loading…
Reference in New Issue
Block a user