mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
SMJS (doc): Don't signal an error when assigning to window.status
This commit is contained in:
parent
c9ce4260e5
commit
6a53f92179
@ -195,6 +195,8 @@ found_parent:
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
case JSP_WIN_STATUS:
|
||||||
|
return JS_FALSE;
|
||||||
case JSP_WIN_TOP:
|
case JSP_WIN_TOP:
|
||||||
{
|
{
|
||||||
struct document_view *doc_view = vs->doc_view;
|
struct document_view *doc_view = vs->doc_view;
|
||||||
|
Loading…
Reference in New Issue
Block a user