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.


git-svn-id: svn://10.0.0.236/trunk@5790 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki%netscape.com
1998-07-17 04:38:47 +00:00
parent cbcbc0a7f3
commit 1077b49b25
2 changed files with 0 additions and 4 deletions

View File

@@ -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: