1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[quickjs] Duplicated condition

This commit is contained in:
Witold Filipczyk 2023-09-11 16:33:19 +02:00
parent 37c6e34cf2
commit b19e783a4f

View File

@ -1753,10 +1753,6 @@ js_element_focus(JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *
struct document *doc;
int offset, linknum;
if (!el) {
return JS_FALSE;
}
if (!vs) {
return JS_UNDEFINED;
}