Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Browse files

remove a couple more references to adhesion

  • Loading branch information...
commit 652e773963ea76dc34d7d4ae55feb9e74478f3c8 1 parent 7284ae5
@rnagle rnagle authored
Showing with 1 addition and 18 deletions.
  1. +1 −2  less/comments_full.less
  2. +0 −16 templates/_base.html
View
3  less/comments_full.less
@@ -8,5 +8,4 @@
@import "less/lib/font-awesome/font-awesome";
@import "less/lib/prefixer";
-@import "less/adhesion";
-@import "less/comments";
+@import "less/comments";
View
16 templates/_base.html
@@ -126,21 +126,5 @@
{% block extra_foot %}
{% endblock extra_foot %}
- {# Adhesion ad #}
- <div id="adhesion">
- <script type="text/javascript">
- if (Modernizr.touch && Modernizr.mq('(max-width: 1024px)')) {
- var ord = Math.floor(Math.random() * 1e16);
-
- var size = '640x100';
-
- if (Modernizr.mq('only screen and (min-width: 768px)')) {
- size = '2048x180';
- }
-
- document.write('<scr' + 'ipt type="text/javascript" src="http://ad.doubleclick.net/N6735/adj/n6735.nprmobile/' + APP_CONFIG.NPR_DFP.TARGET + ';storyId=' + APP_CONFIG.NPR_DFP.STORY_ID + ';testserver=false;sz=' + size + ';ord=' + ord + '?"><\/script>');
- }
- </script>
- </div>
</body>
</html>

0 comments on commit 652e773

Please sign in to comment.
Something went wrong with that request. Please try again.