diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-12-12 16:53:40 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-12-12 16:53:40 -0500 |
| commit | 584cfb664d72d3e9f1f2a5f2ed205ad8356fb5c1 (patch) | |
| tree | 73f00badc6ffcd329c3f2f51656ded0d51e040f1 /docs/_themes | |
| parent | 3b5d580409271dd0c4935ebf39ff2d8e00dc799d (diff) | |
| download | python-requests-584cfb664d72d3e9f1f2a5f2ed205ad8356fb5c1.tar.gz | |
trying out egg
Diffstat (limited to 'docs/_themes')
| -rw-r--r-- | docs/_themes/kr/layout.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html index 56ee393e..4f6bf1d1 100644 --- a/docs/_themes/kr/layout.html +++ b/docs/_themes/kr/layout.html @@ -25,6 +25,12 @@ })(); /* ]]> */ </script> + <script type="text/javascript"> + setTimeout(function(){var a=document.createElement("script"); + var b=document.getElementsByTagName("script")[0]; + a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/7219.js?"+Math.floor(new Date().getTime()/3600000); + a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); + </script> <script type="text/javascript"> new HelloBar(36402,48802); |
