Closed thijskramer closed 8 years ago
I have everything configured properly, but I get an error in my console: window.google.load is not a function
window.google.load is not a function
When I add <script type="text/javascript" src="https://www.google.com/jsapi"></script> to /templates/dashboard.html everything works as expected.
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
Should this script tag always be included?
Fixed with #6.
I have everything configured properly, but I get an error in my console:
window.google.load is not a function
When I add
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
to /templates/dashboard.html everything works as expected.Should this script tag always be included?