I'm trying to init 2 libraries (adsense and places) in one line
I try this
<script type="text/javascript" src="http://maps.google.pl/maps/api/js?sensor=true&language=pl&output=embed&libraries=adsense;libraries=places"></script>
And this:
<script type="text/javascript" src="http://maps.google.pl/maps/api/js?sensor=true&language=pl&output=embed&libraries=adsense&libraries=places"></script>
But this isn't working:( How it should be
<script type="text/javascript" src="http://maps.google.pl/maps/api/js?sensor=true&language=pl&output=embed&libraries=adsense,places"></script>