Closed milafrerichs closed 9 years ago
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
addEventLister
attachEvent
addEventListener
What does this PR do?
IE < 9 do not support
addEventLister
but instead useattachEvent
(http://www.mediaevent.de/javascript/event_listener.html) This PR provides a method to initialize the dashboard regardless of the support ofaddEventListener