1 decade ago by ad34
Hi,
I just finished my game with impact.
I ve got a bug on firefox with google adsense, when I add a google adsense block on the html page, the impact game dont load on firefox (it s fine on chrome and other browsers)
any ideas why?
the code look like this:
<div id="content">
<div id="jeu">
<canvas id="canvas"></canvas>
</div>
<div id="social">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxx";
google_ad_slot = "";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
</div>
I just finished my game with impact.
I ve got a bug on firefox with google adsense, when I add a google adsense block on the html page, the impact game dont load on firefox (it s fine on chrome and other browsers)
any ideas why?
the code look like this:
<div id="content">
<div id="jeu">
<canvas id="canvas"></canvas>
</div>
<div id="social">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxx";
google_ad_slot = "";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
</div>