mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
DOM: SEE in not supported yet.
This commit is contained in:
parent
e887efc611
commit
a29ef8600c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user