Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6957 Rev 6958
Línea 810... Línea 810...
810
		rectangulo=false, diez=false;
810
		rectangulo=false, diez=false;
811
     	fontfamily="Arial";
811
     	fontfamily="Arial";
812
     	r=0,g=0,b=0,a=1;
812
     	r=0,g=0,b=0,a=1;
813
		window.clearInterval(editorNoticia);	
813
		window.clearInterval(editorNoticia);	
814
		setTimeout(function(){
814
		setTimeout(function(){
815
			if(fileToggle){
-
 
-
 
815
			
816
				elemento2.height=ph;
816
			elemento2.height=ph;
817
					elemento2.width=pw;
817
				elemento2.width=pw;
818
				
-
 
819
			}
-
 
820
			scroll_altura=$(".articulo_noticia").offset().top-110;
818
			scroll_altura=$(".articulo_noticia").offset().top-110;
821
			anchoFondoOscuro = $(".articulo_noticia").width();
819
			anchoFondoOscuro = $(".articulo_noticia").width();
822
			altoFondoOscuro = $(".editor_imagenes").height();
820
			altoFondoOscuro = $(".editor_imagenes").height();
823
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
821
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
824
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
822
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");