Tarea #1047 -> Orden aleatorio en el reproductor de la página de inicio y del perfil

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@147 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-08-29 09:34:26 +00:00
parent 03a7fc3a45
commit bf8143d38f

View File

@ -177,12 +177,9 @@ function updateInfo() {
); );
jQuery('#dedicationComments_container').slideDown(); jQuery('#dedicationComments_container').slideDown();
if(jQuery('#postdata-mark-read-' + id).length > 0) { 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 + ' .mar_mark_as_read').click();
jQuery('#postdata-mark-read-' + id).remove(); jQuery('#postdata-mark-read-' + id).remove();
console.log('quito elemento ' + id);
} }
} }
} }
@ -202,8 +199,6 @@ function shrinkTitle()
textH1.style.fontSize -= 10+"px"; textH1.style.fontSize -= 10+"px";
} }
jQuery(window).ready(function() { jQuery(window).ready(function() {
if (jQuery('#slider-wrapper').length > 0 ) { if (jQuery('#slider-wrapper').length > 0 ) {
@ -230,7 +225,7 @@ jQuery(window).ready(function() {
activeVideo:0, activeVideo:0,
autoPlay:true, autoPlay:true,
loopingOn:false, loopingOn:false,
randomPlay:false, randomPlay:true,
autoAdvanceToNextVideo:true, autoAdvanceToNextVideo:true,
youtubeChromeless:false, youtubeChromeless:false,
thumbWidth: 120, thumbWidth: 120,