Try moving trackers to bottom of page
authorCharles Connell <charles@connells.org>
Sat, 26 Apr 2014 15:58:15 +0000 (11:58 -0400)
committerCharles Connell <charles@connells.org>
Sat, 26 Apr 2014 15:58:15 +0000 (11:58 -0400)
karmaworld/templates/base.html
karmaworld/templates/partial/trackers.html

index 52862b6697b4887afbaa6003a00d97f48a4f9ca6..18aef97825234463945d057b66d16319161c62a5 100644 (file)
   <!-- block pagestyle -->
   {% block pagestyle %}
   {% endblock %}
-  <!-- end block pagescripts -->
-
-  {% include 'partial/trackers.html' %}
-
+  <!-- end block pagestyle -->
 </head>
 <body>
 
@@ -73,6 +70,8 @@
   {% block pagescripts %}
   {% endblock %}
   <!-- end block pagescripts -->
+  
+  {% include 'partial/trackers.html' %}
 
 </body>
 </html>
index 1ca2b0929b9a0d2b952eb61b464c46149c4be733..933ca7e7823ec8a751eb055e5dc6a9e30081a078 100644 (file)
     }
 </script>
 
-<script type='text/javascript'>
-  if (document.location.host === 'www.karmanotes.org' ||
-      document.location.host === 'karmanotes.org') {
-    window.__wtw_lucky_site_id = 17613;
-
-    (function() {
-      var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
-      wa.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://ca17613') + '.luckyorange.com/w.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
-      })();
-    }
-</script>