Skip to content

Commit

Permalink
javascripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jan 6, 2015
1 parent 7612015 commit 673bd6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_themes/kr/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,15 @@
})();
</script>

<script type="text/javascript">
(function() {
window._pa = window._pa || {};
_pa.productId = "requests-docs";
var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true;
pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.perfectaudience.com/serve/5226171f87bc6890da0000a0.js";
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s);
})();
</script>


{%- endblock %}

3 comments on commit 673bd6a

@sigmavirus24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Advertisement tracking?

@kennethreitz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed — helping out a friend :)

✨ 🍰 ✨

@sigmavirus24
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:) I'm just paranoid enough to be suspicious of this randomly showing up. Can never be too paranoid about docs and what could be injected into them if your account (or mine, or Cory's) were hacked.

Carry on! 👍

Please sign in to comment.