Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 12344 | Rev 14934 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 12344 Rev 14933
Línea 584... Línea 584...
584
		window.clearInterval(editorNoticia);	
584
		window.clearInterval(editorNoticia);	
585
		setTimeout(function(){
585
		setTimeout(function(){
586
			scroll_altura=$(".articulo_noticia").offset().top-110;
586
			scroll_altura=$(".articulo_noticia").offset().top-110;
587
			anchoFondoOscuro = $(".articulo_noticia").width();
587
			anchoFondoOscuro = $(".articulo_noticia").width();
588
			altoFondoOscuro = $(".editor_imagenes").height();
588
			altoFondoOscuro = $(".editor_imagenes").height();
589
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
590
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
Línea 591... Línea 589...
591
		
589
		
Línea 592... Línea 590...
592
		},navegacion(nuevoHtmlImagen,edit,image));
590
		},navegacion(nuevoHtmlImagen,edit,image));
Línea 620... Línea 618...
620
		window.clearInterval(editorNoticia);
618
		window.clearInterval(editorNoticia);
621
		setTimeout(function(){
619
		setTimeout(function(){
622
			scroll_altura=$(".articulo_noticia").offset().top-110;
620
			scroll_altura=$(".articulo_noticia").offset().top-110;
623
			anchoFondoOscuro = $(".articulo_noticia").width();
621
			anchoFondoOscuro = $(".articulo_noticia").width();
624
			altoFondoOscuro = $(".editor_imagenes").height();
622
			altoFondoOscuro = $(".editor_imagenes").height();
625
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
626
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
Línea 627... Línea 623...
627
		
623
		
Línea 628... Línea 624...
628
		},navegacion(nuevoHtmlImagen,edit,'',false));
624
		},navegacion(nuevoHtmlImagen,edit,'',false));
Línea 702... Línea 698...
702
		}
698
		}
703
	})
699
	})
704
	$(window).resize(function() { 
700
	$(window).resize(function() { 
705
		anchoFondoOscuro = $(".articulo_noticia").width();
701
		anchoFondoOscuro = $(".articulo_noticia").width();
706
		altoFondoOscuro = $(".editor_imagenes").height();
702
		altoFondoOscuro = $(".editor_imagenes").height();
707
		$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
708
		$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
709
		setTimeout(function(){
703
		setTimeout(function(){
710
			anchoFondoOscuro = $(".articulo_noticia").width();
704
			anchoFondoOscuro = $(".articulo_noticia").width();
711
			altoFondoOscuro = $(".editor_imagenes").height();
705
			altoFondoOscuro = $(".editor_imagenes").height();
712
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
713
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
714
		},300)
706
		},300)
Línea 715... Línea 707...
715
		
707
		
Línea 716... Línea 708...
716
	});
708
	});