mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
[spidermonkey] return location object
so document.location.href= redirects
This commit is contained in:
@@ -64,6 +64,7 @@ struct ecmascript_interpreter {
|
||||
void *ac2;
|
||||
void *ar;
|
||||
void *document_obj;
|
||||
void *location_obj;
|
||||
JS::RootedValue fun;
|
||||
bool changed;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user