From e85c95b1f796bfb4881f30ecf47c24aeeaa1a6d9 Mon Sep 17 00:00:00 2001 From: suhail Date: Fri, 23 Nov 2012 11:43:53 +0530 Subject: [PATCH] Update docs/_themes/kr/layout.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Line 27: var ga2 = document.createElement('script');ga.type = 'text/javascript'; i think it is wrongly typed ga.type, so i changed into ga2.type change ====== ga2.type = 'text/javascript';  --- docs/_themes/kr/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html index 890d48f..54f270d 100644 --- a/docs/_themes/kr/layout.html +++ b/docs/_themes/kr/layout.html @@ -24,7 +24,7 @@ _gaq2.push(['_trackPageview']); (function() { - var ga2 = document.createElement('script'); ga.type = 'text/javascript'; ga2.async = true; + var ga2 = document.createElement('script'); ga2.type = 'text/javascript'; ga2.async = true; ga2.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga2, s); })();