Make ads in user manual async

This commit is contained in:
Kovid Goyal 2013-07-04 12:46:12 +05:30
parent c950518da2
commit c7033beb98

View File

@ -16,16 +16,13 @@
<div class="body">
{% if not embedded %}
<div id="ad-container" style="text-align:center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-5939552585043235";
/* User Manual horizontal */
google_ad_slot = "7580893187";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
<script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-5939552585043235"
data-ad-slot="7580893187"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
{% endif %}