lnug / website

The London Node User Group Website
MIT License
14 stars 19 forks source link

Move google analytics code out of client.js #143

Closed simonmcmanus closed 6 years ago

simonmcmanus commented 6 years ago

At some point there was an issue with the google analytics so the code was copied to the top of the client.js file.

Its pretty ugly as the first thing in the client.js file, it should be moved into its own file or we should be able to require another module.

https://github.com/lnug/website/blob/master/client/index.js

notes:

domfarnham commented 6 years ago

Hi Simon,

I was at the last LNUG. Enjoyed your run through of the site.

Would you mind if I worked on this issue?

Dom

simonmcmanus commented 6 years ago

Hi Dom,

Thanks. That sounds great. Go for it!

Simon