Skip to content

Commit e85c95b

Browse files
author
suhail
committed
Update docs/_themes/kr/layout.html
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'; 
1 parent fc7fba0 commit e85c95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_themes/kr/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_gaq2.push(['_trackPageview']);
2525

2626
(function() {
27-
var ga2 = document.createElement('script'); ga.type = 'text/javascript'; ga2.async = true;
27+
var ga2 = document.createElement('script'); ga2.type = 'text/javascript'; ga2.async = true;
2828
ga2.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
2929
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga2, s);
3030
})();

0 commit comments

Comments
 (0)