mazedigital / Web-Ticker

A jQuery web ticker
https://maze.digital/webticker/
Other
172 stars 102 forks source link

WinXP IE9 fix (Issue #14) #20

Closed kopijunkie closed 9 years ago

kopijunkie commented 10 years ago

Where var settings = $strip.data('settings'); in IE9 (Windows XP) settings is somehow still undefined, specifically the settings.direction and/or settings.speed attributes need to be set. Also IE9 has an annoying tendency to not play nice with console.log() statements if there is no check for window.console first.