I'm perusing some source, and I see this
<script type="text/javascript" src="script/jquery/jquery.1.7.1.js">//]]>
</script>
<script type="text/javascript" src="script/swfobject_modified.js">//]]>
</script>
There's a dozen or so dependencies in the head listed in such a fashion, what is the purpose of the //]]>
after each script tag?
The code looks a bit old school, and is set to emulate IE7 in compat:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Just curious really, thanks.