Skip to content

Commit

Permalink
Revert "Google analytics: re-embedded"
Browse files Browse the repository at this point in the history
This reverts commit 8d56b22.
  • Loading branch information
hsk81 committed Aug 12, 2014
1 parent b16cd8b commit 9bd7295
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
8 changes: 1 addition & 7 deletions webed/templates/index-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
<link rel="canonical"
href="{{ canonical }}">

{% if debug -%}
<script type="text/javascript">var _gaq = undefined;</script>
{%- else -%}
<script type="text/javascript">{% include 'js/analytics.js' %}</script>
{%- endif %}

{% if debug -%}
<link rel="stylesheet" type="text/css"
href="{{ url_for('static', filename='lib/bootstrap/css/bootstrap.css') }}" />
Expand Down Expand Up @@ -56,7 +50,7 @@
<style type="text/css">{% include 'css/codemirror.css' %}</style>

</head>
<body onload="{% if not debug %}ga_init ();{%- endif -%}">
<body>

<div id="content-wrap">
<div id="content">
Expand Down
8 changes: 1 addition & 7 deletions webed/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
<link rel="canonical"
href="{{ canonical }}">

{% if debug -%}
<script type="text/javascript">var _gaq = undefined;</script>
{%- else -%}
<script type="text/javascript">{% include 'js/analytics.js' %}</script>
{%- endif %}

{% if debug -%}
<link rel="stylesheet" type="text/css"
href="{{ url_for('static', filename='lib/bootstrap/css/bootstrap.css') }}" />
Expand Down Expand Up @@ -56,7 +50,7 @@
<style type="text/css">{% include 'css/codemirror.css' %}</style>

</head>
<body onload="{% if not debug %}ga_init ();{%- endif -%}">
<body>

<div id="content-wrap">
<div id="content">
Expand Down
14 changes: 0 additions & 14 deletions webed/templates/js/analytics.js

This file was deleted.

0 comments on commit 9bd7295

Please sign in to comment.