tomdyson / wagalytics

A Google Analytics dashboard in your Wagtail admin
MIT License
217 stars 42 forks source link

window.google.load is not a function #4

Closed thijskramer closed 8 years ago

thijskramer commented 8 years ago

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?

tomdyson commented 8 years ago

Fixed with #6.