Don't stop the rotation here

This commit is contained in:
Henri Bergius 2017-12-01 19:51:13 +01:00
parent 0e4d427b33
commit c65e9fc5f8

View file

@ -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;
}