mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[mujs] document.write 1 argument
This commit is contained in:
parent
ff495c7716
commit
43f4dba14f
@ -904,7 +904,7 @@ mjs_document_write_do(js_State *J, int newline)
|
|||||||
js_pushnull(J);
|
js_pushnull(J);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
int argc = js_getlength(J, 0);
|
int argc = 1;
|
||||||
|
|
||||||
if (argc >= 1)
|
if (argc >= 1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user