changeset 774:2f2292cb29aa

Backed out changeset c95431e7555c. The Day We Fight back is over, so no need for the script.
author Brian Neal <bgneal@gmail.com>
date Wed, 12 Feb 2014 18:47:59 -0600
parents c95431e7555c
children fe31ff2ef486
files sg101/templates/base.html
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/base.html	Sat Feb 08 16:40:06 2014 -0600
+++ b/sg101/templates/base.html	Wed Feb 12 18:47:59 2014 -0600
@@ -144,18 +144,5 @@
 
 </div>
 {% block end_body %}{% endblock %}
-<script type="text/javascript">
-  // The defaults are set below
-  var tdwfb_config = {
-    greeting: 'Dear Internet', // Sets the salutation shown in the banner.
-    disableDate: false, // If true, the banner shows even if the date is not yet 02/11/2014. Use for testing.
-    callOnly: false // If true, the banner emphasizes calling congress over emailing.
-  };
-  (function(){
-    var e = document.createElement('script'); e.type='text/javascript'; e.async = true;
-    e.src = document.location.protocol + '//d1agz031tafz8n.cloudfront.net/thedaywefightback.js/widget.min.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s);
-  })();
-</script>
 </body>
 </html>