From efc7514f9f9dc3da07fd8eb6f3b2308b5f0d130f Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Mon, 5 Aug 2013 05:40:25 +0400 Subject: Remove type attribute of tag "script". In HTML5 in tag script, the type attribute is no longer required. The default value is "text/javascript". http://www.w3.org/TR/html5/scripting-1.html#attr-script-type --- _includes/footer.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '_includes/footer.html') diff --git a/_includes/footer.html b/_includes/footer.html index 47a671b26..83ff87e26 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@ - + @@ -15,7 +15,6 @@ var _gauges = _gauges || []; (function() { var t = document.createElement('script'); - t.type = 'text/javascript'; t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013'); -- cgit v1.2.3