1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

bug 957 fixed.

This commit is contained in:
Witold Filipczyk 2007-06-21 10:31:12 +02:00 committed by Kalle Olavi Niemitalo
parent 58e3ebf2e7
commit 057c3be77c

View File

@ -125,6 +125,7 @@ ecmascript_get_interpreter(struct view_state *vs)
return NULL;
interpreter->vs = vs;
interpreter->vs->ecmascript_fragile = 0;
init_list(interpreter->onload_snippets);
#ifdef CONFIG_ECMASCRIPT_SEE
see_get_interpreter(interpreter);