Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Uncaught ReferenceError: google is not defined Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Uncaught ReferenceError: google is not defined

Unread post 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;}
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Uncaught ReferenceError: google is not defined

Unread post by admin »

toms,

Fixed I think, but needs checking.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Uncaught ReferenceError: google is not defined

Unread post 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...
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Uncaught ReferenceError: google is not defined

Unread post by admin »

toms,

Should I reverse those changes?

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Uncaught ReferenceError: google is not defined

Unread post by toms »

Yes, I think you can reverse the changes.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Uncaught ReferenceError: google is not defined

Unread post by admin »

Its now reversed.
Post Reply