This commit is contained in:
j 2013-02-12 13:06:07 +05:30
commit edb0e391f5
5 changed files with 13 additions and 3 deletions

View file

@ -28,8 +28,11 @@ function getVideoOverlay(page) {
+ image.left + "px;";
div.appendChild(playButton(image.height/1.5));
div.onclick = function(event) {
event.preventDefault();
event.stopPropagation();
div.innerHTML = videoOverlay[page][id];
div.style.opacity = 1;
return false;
};
this.div.appendChild(div);
}