‘google is not defined’ error in another template page
'google is not defined' error in another template page
Thank you for your supports so many times...
We use two templates for our Websites, one for top page and another for some detail page.
Now, random poll module works fine at top page,
but at detail page, module does not work.
The error 'google is not defined' is seen at chlome console, and below codes are not in detail page's header.
<script src="https://www.google.com/uds/?file=visualization&v=1&packages=corechart" type="text/javascript"></script>
<link href="https://www.google.com/uds/api/visualization/1.0/abbdd6ab2d343a51d49841bf93d022fb/ui+ja.css" type="text/css" rel="stylesheet">
<script src="https://www.google.com/uds/api/visualization/1.0/abbdd6ab2d343a51d49841bf93d022fb/format+ja,default+ja,ui+ja,corechart+ja.I.js" type="text/javascript"></script>
Are any settings need to use two templates?