Closed rossjackson closed 9 years ago
Currently this doesn't work for IE9 and lower. This proposed change will make it work with IE9 and lower and Chrome and Mozilla.
Instead, use: if (tracks[i].className.indexOf('currentTrack') !== -1) {
Currently this doesn't work for IE9 and lower. This proposed change will make it work with IE9 and lower and Chrome and Mozilla.
Instead, use: if (tracks[i].className.indexOf('currentTrack') !== -1) {