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:
parent
03a7fc3a45
commit
bf8143d38f
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user