1
0
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:
Witold Filipczyk 2007-08-25 19:04:48 +02:00 committed by Witold Filipczyk
parent 5ee1d3b2b3
commit 12cb69d617

View File

@ -1198,14 +1198,6 @@ reload(struct session *ses, enum cache_mode cache_mode)
if (have_location(ses)) {
struct location *loc = cur_loc(ses);
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
loc->vs.ecmascript_fragile = 1;