From cde051fb78692397de26032d2fac0bdb14230743 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Aug 2012 14:27:25 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#976=20->=20Visualizaci=C3=B3n=20de=20l?= =?UTF-8?q?as=20dedicatorias=20enviadas=20por=20email=20a=20pantalla=20com?= =?UTF-8?q?pleta=20Rectificaci=C3=B3n=20para=20que=20se=20vea=20los=20cont?= =?UTF-8?q?roles=20del=20reproductor=20cuando=20est=C3=A1=20a=20pantalla?= =?UTF-8?q?=20completa.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@82 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- wp-content/themes/score/lib/scripts/custom.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-content/themes/score/lib/scripts/custom.php b/wp-content/themes/score/lib/scripts/custom.php index a515cd8..ee8852d 100644 --- a/wp-content/themes/score/lib/scripts/custom.php +++ b/wp-content/themes/score/lib/scripts/custom.php @@ -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'); }