Turning on scripts by default. This should just show an error or two

and not affect how pages show up.  If this proves not to be true we'll
turn it back off.  But it will help show where we are.
This commit is contained in:
joki%netscape.com 1998-07-17 04:38:47 +00:00
Родитель a9687ae23e
Коммит d7e6e4df20
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -1003,9 +1003,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
// XXX SCRIPT tag evaluation is currently turned off till we
// get more scripts working.
FlushText();
#if 0
ProcessSCRIPTTag(aNode);
#endif
return NS_OK;
case eHTMLTag_area:

Просмотреть файл

@ -1003,9 +1003,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
// XXX SCRIPT tag evaluation is currently turned off till we
// get more scripts working.
FlushText();
#if 0
ProcessSCRIPTTag(aNode);
#endif
return NS_OK;
case eHTMLTag_area: