Don't stop the rotation here
This commit is contained in:
parent
0e4d427b33
commit
c65e9fc5f8
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ function DisplayParticipant(broker, role, defaultUrls, timer) {
|
|||
// Already open!
|
||||
next.id = 'current';
|
||||
current.id = 'next';
|
||||
timeout = setTimeout(() => {
|
||||
participant.send('open', getRotationUrl(urls, indata));
|
||||
}, timer);
|
||||
callback('opened', null, next.getAttribute('src'));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue