1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

bug 957 fixed.

This commit is contained in:
Witold Filipczyk 2007-06-21 10:31:12 +02:00 committed by Witold Filipczyk
parent f9c2e832b0
commit a895696ca8

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);