Open marktuk opened 13 years ago
This can be fixed by removing all the individual clearTimeout
calls and use one at the start of the rotateTimer
function. See: https://github.com/smeranda/Blueberry/commit/34d4f61ea24fa443300527fcee4246eadab41130
Appears to be multiple instances of the timer getting created. Could be an issue with the overall concept of the timer.