|
(→Actualizar Acumulados del Empleado)
|
(→Actualizar Acumulados del Empleado)
|
| Line 35: | |||
| // Attach an onclick event to the YouTube Thumbnail | // Attach an onclick event to the YouTube Thumbnail | ||
| + | youtube.onclick = function() { | ||
| // Create an iFrame with autoplay set to true | // Create an iFrame with autoplay set to true | ||
| Line 48: | |||
| // Replace the YouTube thumbnail with YouTube HTML5 Player | // Replace the YouTube thumbnail with YouTube HTML5 Player | ||
| this.parentNode.replaceChild(iframe, this); | this.parentNode.replaceChild(iframe, this); | ||
| + | }; | ||
| } | } | ||
| </script> | </script> | ||