mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
mshtml: Return true in IOmNavigator::javaEnabled.
This commit is contained in:
parent
e2a9511b30
commit
d0012f8fc6
@ -689,7 +689,7 @@ static HRESULT WINAPI OmNavigator_javaEnabled(IOmNavigator *iface, VARIANT_BOOL
|
||||
|
||||
FIXME("(%p)->(%p) semi-stub\n", This, enabled);
|
||||
|
||||
*enabled = VARIANT_FALSE;
|
||||
*enabled = VARIANT_TRUE;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user