mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[mujs] element.contains fix
This commit is contained in:
parent
c09aadc239
commit
e89dcea08c
@ -2564,6 +2564,11 @@ mjs_element_contains(js_State *J)
|
||||
return;
|
||||
}
|
||||
|
||||
if (el == el2) {
|
||||
js_pushboolean(J, 1);
|
||||
return;
|
||||
}
|
||||
|
||||
bool result_set = false;
|
||||
bool result = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user