codeforamerica / city-analytics-dashboard

⛔️ DEPRECATED Display google analytics from a city's website as a dashboard
MIT License
38 stars 34 forks source link

Event Listener for IE<9 #61

Closed milafrerichs closed 9 years ago

milafrerichs commented 9 years ago

What does this PR do?

IE < 9 do not support addEventLister but instead use attachEvent (http://www.mediaevent.de/javascript/event_listener.html) This PR provides a method to initialize the dashboard regardless of the support of addEventListener