2.2.7 jplayer switch, shortcuts added

This commit is contained in:
Trevor Squillario 2012-10-30 14:40:21 -04:00
parent 015601641c
commit 7cb503201c
17 changed files with 696 additions and 400 deletions

View file

@ -203,7 +203,7 @@ function scrollTitle(text) {
if (pos > ml) {
pos = 0;
} else {
timer = window.setTimeout("scrollTitle()", speed);
//timer = window.setTimeout("scrollTitle()", speed);
}
// To stop timer, clearTimeout(timer);
}