Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6949 Rev 6950
Línea 805... Línea 805...
805
		rectangulo=false, diez=false;
805
		rectangulo=false, diez=false;
806
     	fontfamily="Arial";
806
     	fontfamily="Arial";
807
     	r=0,g=0,b=0,a=1;
807
     	r=0,g=0,b=0,a=1;
808
		window.clearInterval(editorNoticia);	
808
		window.clearInterval(editorNoticia);	
809
		setTimeout(function(){
809
		setTimeout(function(){
-
 
810
			if(fileToggle){
-
 
811
				$('#imagen_noticias').css({
-
 
812
					'height': '320px',
-
 
813
    				'width': '420px',
-
 
814
				})
-
 
815
			}
810
			scroll_altura=$(".articulo_noticia").offset().top-110;
816
			scroll_altura=$(".articulo_noticia").offset().top-110;
811
			anchoFondoOscuro = $(".articulo_noticia").width();
817
			anchoFondoOscuro = $(".articulo_noticia").width();
812
			altoFondoOscuro = $(".editor_imagenes").height();
818
			altoFondoOscuro = $(".editor_imagenes").height();
813
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
819
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
814
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
820
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");