Skip to content

Commit

Permalink
removed ninux.org google analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesisdesign committed Jun 16, 2012
1 parent cba6005 commit 26a5bd0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions nodeshot/templates/index.html
@@ -1,11 +1,2 @@
{% extends "base.html" %}
{% block extrajs %}
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26436344-1']);
_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);
})();
{% endblock %}
{% block extrajs %}{% endblock %}

2 comments on commit 26a5bd0

@zioproto
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Facciamo un issue per spostare questo pezzo di codice di Google Analytics nella configurazione ?

@nemesifier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

se vuoi aprilo, io me lo ricordo

Please sign in to comment.