Loading docs/js/buildroot.js +41 −39 Original line number Diff line number Diff line Loading @@ -44,9 +44,12 @@ function google_analytics() { _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']); var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 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.parentNode.insertBefore(ga, s); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); } google.load("feeds", "1"); Loading @@ -59,4 +62,3 @@ jQuery(document).ready(function($){ url = url.split(/[\\/]/).pop() $('.nav a[href="/' + url + '"]').parent().addClass('active'); }); Loading
docs/js/buildroot.js +41 −39 Original line number Diff line number Diff line Loading @@ -44,9 +44,12 @@ function google_analytics() { _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']); var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 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.parentNode.insertBefore(ga, s); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); } google.load("feeds", "1"); Loading @@ -59,4 +62,3 @@ jQuery(document).ready(function($){ url = url.split(/[\\/]/).pop() $('.nav a[href="/' + url + '"]').parent().addClass('active'); });