Quick fix for something that screwed up my computer but apparently is sporadic:
Find "<script type=text/javascript> " in your headinclude template and change it to "<script language="JavaScript"> ".
For some reason my computer was processing the text/javascript command as an infinite loop and it caused my CPU usage to skyrocket to 100% and stay there till I loaded another page. Not sure if this will affect anyone else, but if it hit me it may hit someone else, so it's worth a shot to change. No functionality of the hack is changed by editing that line, for the record.
|