Tarea #976 -> Visualización de las dedicatorias enviadas por email a pantalla completa

Rectificación para que se vea los controles del reproductor cuando está a pantalla completa.


git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@82 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-08 14:27:25 +00:00
parent 057bb977bb
commit cde051fb78

View File

@ -27,7 +27,6 @@ function calc_video_height() {
if (jQuery('#the_slider').hasClass('fullscreen_div')) {
jQuery('#componentWrapper').css('height', '100%').css('height', '-=115px');
} else {
console.log(jQuery('#componentWrapper').css('height'));
if (jQuery('#componentWrapper').css('height') != '500px') {
jQuery('#componentWrapper').css('height', '500px');
}