1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-27 08:00:32 -04:00

DOM: SEE in not supported yet.

This commit is contained in:
Witold Filipczyk 2007-05-19 20:43:41 +02:00 committed by Witold Filipczyk
parent e887efc611
commit a29ef8600c

View File

@ -464,9 +464,11 @@ done_dom_node(struct dom_node *node)
}
}
#ifdef CONFIG_ECMASCRIPT
#ifdef CONFIG_SPIDERMONKEY
if (node->ecmascript_obj) {
done_dom_node_ecmascript_obj(node);
}
#endif
#endif
if (node->type == DOM_NODE_ELEMENT && node->data.element.html_data) {
done_dom_node_html_data(node);