Skip to content

Commit

Permalink
Replaced synchronous google ad with asynchronous one
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 17, 2013
1 parent 91cf1a6 commit b8cc95b
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions app/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,14 @@
</script>

<div id="ad">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7938810169574141";
/* jsoneditoronline_160x600 */
google_ad_slot = "4671869937";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- jsoneditoronline_160x600 -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-7938810169574141"
data-ad-slot="4671869937"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
Expand Down

0 comments on commit b8cc95b

Please sign in to comment.