Skip to content

Commit a5a4e58

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#218 from suhailvs/patch-1
Update docs/_themes/kr/layout.html
2 parents 3a83001 + e85c95b commit a5a4e58

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)