mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
DOM: done_dom_html_data is accessible only with ECMASCRIPT enabled.
This commit is contained in:
parent
201ce1ec85
commit
df3c3083f6
@ -468,11 +468,11 @@ done_dom_node(struct dom_node *node)
|
||||
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);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
done_dom_node_data(node);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user