mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
bug 620: This code didn't fix the bug.
This commit is contained in:
parent
5ee1d3b2b3
commit
12cb69d617
@ -1198,14 +1198,6 @@ reload(struct session *ses, enum cache_mode cache_mode)
|
|||||||
if (have_location(ses)) {
|
if (have_location(ses)) {
|
||||||
struct location *loc = cur_loc(ses);
|
struct location *loc = cur_loc(ses);
|
||||||
struct file_to_load *ftl;
|
struct file_to_load *ftl;
|
||||||
struct document_view *doc_view = current_frame(ses);
|
|
||||||
struct document *document = doc_view->document;
|
|
||||||
struct form *form;
|
|
||||||
|
|
||||||
assert(document);
|
|
||||||
foreach (form, document->forms) {
|
|
||||||
do_reset_form(doc_view, form);
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef CONFIG_ECMASCRIPT
|
#ifdef CONFIG_ECMASCRIPT
|
||||||
loc->vs.ecmascript_fragile = 1;
|
loc->vs.ecmascript_fragile = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user