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

View file

@ -63,7 +63,7 @@ function DisplayParticipant(broker, role, defaultUrls, timer) {
next.onload = null;
next.onerror = null;
participant.send('open', getRotationUrl(urls, indata));
callback('open', err);
callback('opened', err);
};
next.onload = () => {
next.onload = null;