'Url' -> 'URL'
This commit is contained in:
parent
799657d4ec
commit
0de0d8d41e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function getVideoOverlay(page) {
|
|||
iframe.height = '100%';
|
||||
iframe.frameborder = 0;
|
||||
iframe.id = 'video' + page + id;
|
||||
iframe.src = getEmbedUrl(iframe.id, videoOverlay[page][id]);
|
||||
iframe.src = getEmbedURL(iframe.id, videoOverlay[page][id]);
|
||||
div.appendChild(iframe);
|
||||
Array.prototype.forEach.call(div.getElementsByClassName('button'), function(e) {
|
||||
e.style.display = 'none';
|
||||
|
|
Loading…
Reference in a new issue