'Url' -> 'URL'

This commit is contained in:
rolux 2013-02-12 19:01:21 +05:30
parent 799657d4ec
commit 0de0d8d41e
1 changed files with 1 additions and 1 deletions

View File

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