mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
SEE: window.navigator is alias for navigator
This commit is contained in:
parent
6d0fe1e28f
commit
3feb4a55a4
@ -137,6 +137,8 @@ window_get(struct SEE_interpreter *interp, struct SEE_object *o,
|
||||
SEE_SET_OBJECT(res, win->open);
|
||||
} else if (p == s_location) {
|
||||
SEE_OBJECT_GET(interp, interp->Global, s_location, res);
|
||||
} else if (p == s_navigator) {
|
||||
SEE_OBJECT_GET(interp, interp->Global, s_navigator, res);
|
||||
} else {
|
||||
unsigned char *frame = SEE_string_to_unsigned_char(p);
|
||||
struct document_view *doc_view = vs->doc_view;
|
||||
|
Loading…
x
Reference in New Issue
Block a user