1
0
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:
Witold Filipczyk 2007-05-26 13:09:17 +02:00 committed by Witold Filipczyk
parent 201ce1ec85
commit df3c3083f6

View File

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