0

javascript error in main site.js

Joshua McKinnon 8 aastat tagasi 0

I get the following JS error while doing things:

TypeError: Cannot read property 'Name' of null

 /site.js:549

I've seen some other javascript errors as well and they all seem to be around not null checking elements or variables before trying to use properties on them (I'm a web dev by the way who primarily works with JS and related frameworks :))