From bf8143d38fcd357547c4b3b0ba4f2dff566cee2f Mon Sep 17 00:00:00 2001 From: david Date: Wed, 29 Aug 2012 09:34:26 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#1047=20->=20Orden=20aleatorio=20en=20e?= =?UTF-8?q?l=20reproductor=20de=20la=20p=C3=A1gina=20de=20inicio=20y=20del?= =?UTF-8?q?=20perfil?= 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@147 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- wp-content/themes/score/lib/scripts/custom.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/score/lib/scripts/custom.php b/wp-content/themes/score/lib/scripts/custom.php index a578332..501a465 100644 --- a/wp-content/themes/score/lib/scripts/custom.php +++ b/wp-content/themes/score/lib/scripts/custom.php @@ -176,13 +176,10 @@ function updateInfo() { } ); jQuery('#dedicationComments_container').slideDown(); - - + if(jQuery('#postdata-mark-read-' + id).length > 0) { - console.log('doy por leido ' + id); jQuery('#postdata-mark-read-' + id + ' .mar_mark_as_read').click(); jQuery('#postdata-mark-read-' + id).remove(); - console.log('quito elemento ' + id); } } } @@ -201,9 +198,7 @@ function shrinkTitle() } textH1.style.fontSize -= 10+"px"; } - - jQuery(window).ready(function() { if (jQuery('#slider-wrapper').length > 0 ) { @@ -230,7 +225,7 @@ jQuery(window).ready(function() { activeVideo:0, autoPlay:true, loopingOn:false, - randomPlay:false, + randomPlay:true, autoAdvanceToNextVideo:true, youtubeChromeless:false, thumbWidth: 120,