1
0
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:
Miciah Dashiel Butler Masters 2006-10-26 20:30:26 +00:00 committed by Miciah Dashiel Butler Masters
parent c9ce4260e5
commit 6a53f92179

View File

@ -195,6 +195,8 @@ found_parent:
break;
}
#endif
case JSP_WIN_STATUS:
return JS_FALSE;
case JSP_WIN_TOP:
{
struct document_view *doc_view = vs->doc_view;