Module: website Branch: master Commit: 7334e53fd0c6137aaefd3c396b3942b492102ee3 URL: http://source.winehq.org/git/website.git/?a=commit;h=7334e53fd0c6137aaefd3c3...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Jan 19 09:56:04 2016 -0600
do not need to translate this file
---
templates/tr/global/google_analytics.template | 10 ---------- templates/uk/global/google_analytics.template | 10 ---------- 2 files changed, 20 deletions(-)
diff --git a/templates/tr/global/google_analytics.template b/templates/tr/global/google_analytics.template deleted file mode 100644 index bd6624a..0000000 --- a/templates/tr/global/google_analytics.template +++ /dev/null @@ -1,10 +0,0 @@ - <script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', '{$gcode}']); - _gaq.push(['_trackPageview']); - (function(){ - 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); - })(); - </script> diff --git a/templates/uk/global/google_analytics.template b/templates/uk/global/google_analytics.template deleted file mode 100644 index bd6624a..0000000 --- a/templates/uk/global/google_analytics.template +++ /dev/null @@ -1,10 +0,0 @@ - <script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', '{$gcode}']); - _gaq.push(['_trackPageview']); - (function(){ - 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); - })(); - </script>