diff --git a/infodisplay/infodisplay.js b/infodisplay/infodisplay.js index 223c165..0f252d4 100644 --- a/infodisplay/infodisplay.js +++ b/infodisplay/infodisplay.js @@ -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; }