Page 1 of 1
Uncaught ReferenceError: google is not defined
Posted: Sun Jan 14, 2018 10:29 am
by toms
Hi,
Whenever I edit an object, the console outputs an "Uncaught ReferenceError".
Checking if google is assigned, will probably fix it.
Code: Select all
if(google === undefined){return;}
Re: Uncaught ReferenceError: google is not defined
Posted: Sun Jan 14, 2018 6:49 pm
by admin
toms,
Fixed I think, but needs checking.
Steven
Re: Uncaught ReferenceError: google is not defined
Posted: Tue Jan 16, 2018 12:36 am
by toms
I have to confess that it is all my fault. I removed the
www.gstatic.com/charts/loader.js from the header. But this is required to load the Google Chart libraries.
Sorry for that...
Re: Uncaught ReferenceError: google is not defined
Posted: Tue Jan 16, 2018 1:09 am
by admin
toms,
Should I reverse those changes?
Steven
Re: Uncaught ReferenceError: google is not defined
Posted: Tue Jan 16, 2018 1:10 am
by toms
Yes, I think you can reverse the changes.
Re: Uncaught ReferenceError: google is not defined
Posted: Tue Jan 16, 2018 2:11 pm
by admin
Its now reversed.