Skip to content
Snippets Groups Projects
Commit 6d079a69 authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-459] Digital signage: Remove video src attr when switching video

parent e630ed07
Branches
Tags 7.5.1
No related merge requests found
......@@ -133,6 +133,7 @@ UNL.digitalSignage = (function() {
var videoUpdate = function() {
video.removeEventListener('ended', callVideoUpdate, false);
video.removeAttribute('src');
video.src = videos[videoCounter].link;
console.log('src for video #'+videoCounter+' loaded');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment