1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-02 02:15:28 +00:00

[spidermonkey] location_goto_const

This commit is contained in:
Witold Filipczyk 2022-01-14 20:13:16 +01:00
parent 2237cb002d
commit e38fd8bca7

View File

@ -991,7 +991,7 @@ location_reload(JSContext *ctx, unsigned int argc, JS::Value *rval)
return false;
}
doc_view = vs->doc_view;
location_goto(doc_view, "");
location_goto_const(doc_view, "");
return true;
}