Remove AU code
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 27 Apr 2017 18:34:39 +0000 (14:34 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 27 Apr 2017 18:34:39 +0000 (14:34 -0400)
This was for only thinkdunes.

header.php
style.css

index 7652e95..69aff12 100644 (file)
@@ -9,19 +9,6 @@
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-870324-6']);
-      _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>
   </head>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
@@ -47,7 +34,7 @@
                             </div>
                         </header>
                     </div>
-               
+
                     <?php get_template_part('parts/top-bar');?>
-               
+
                     <?php get_template_part('parts/off-canvas-menu');?>
index 6694992..75a8340 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: DevDemo
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Demo
-Version: 1.0.0
+Version: 1.0.1
 */