2.2.7 jplayer switch, shortcuts added
This commit is contained in:
parent
015601641c
commit
7cb503201c
17 changed files with 696 additions and 400 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue