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,