[eluser]Captain_Fluffy_Pants[/eluser]
For some reason my javascript isnt working?
Code:
<html>
<head>
<title><?php echo $title;?></title>
<meta name="viewport" content="width=device-width" />
<!--CSS-->
<link href="//moar.lulzlab.com/css/bootstrap.css" rel="stylesheet" />
<!--JS-->
<sript type="text/javascript" src="//moar.lulzlab.com/js/bootstrap.js"></sript>
<sript type="text/javascript" src="//moar.lulzlab.com/js/jquery.js"></sript>
<sript type="text/javascript" src="//moar.lulzlab.com/js/scripts.js"></sript>
<!--Google Analytic's-->
<sript type="text/javasript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34350337-1']);
_gaq.push(['_setDomainName', 'lulzlab.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s[removed].insertBefore(ga, s);
})();
</sript>
</head>
do any of you know why?
by the way i put "sripts" instead of "scripts" because if you put that for some reason it says "removed"