mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[spidermonkey] location_goto_const
This commit is contained in:
parent
2237cb002d
commit
e38fd8bca7
@ -991,7 +991,7 @@ location_reload(JSContext *ctx, unsigned int argc, JS::Value *rval)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
doc_view = vs->doc_view;
|
doc_view = vs->doc_view;
|
||||||
location_goto(doc_view, "");
|
location_goto_const(doc_view, "");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user