Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6959 Rev 6960
Línea 839... Línea 839...
839
		seis=true;
839
		seis=true;
840
		color="#ffffff";
840
		color="#ffffff";
841
		texto_listo=false,siete=false;
841
		texto_listo=false,siete=false;
842
		uno=true;
842
		uno=true;
843
		size=48;
843
		size=48;
-
 
844
		if(fileToggle){
-
 
845
			pw=420, ph=320;
-
 
846
		}else{
844
		pw=320, ph=480;
847
			pw=320, ph=480;
-
 
848
		}
845
		xf=pw,yf =ph;
849
		xf=pw,yf =ph;
846
		blockCelda=true;
850
		blockCelda=true;
847
		negritas=false, bold="";
851
		negritas=false, bold="";
848
		shadow = true, nueve=true;
852
		shadow = true, nueve=true;
849
		italic=false, ita="";
853
		italic=false, ita="";
Línea 852... Línea 856...
852
     	r=0,g=0,b=0,a=1;
856
     	r=0,g=0,b=0,a=1;
853
		 var imagenServidorNoticia;
857
		 var imagenServidorNoticia;
854
         console.log(seleccionarCampo)
858
         console.log(seleccionarCampo)
855
		window.clearInterval(editorNoticia);
859
		window.clearInterval(editorNoticia);
856
		setTimeout(function(){
860
		setTimeout(function(){
-
 
861
			if(fileToggle){
-
 
862
				$('#imagen_noticias').css({
-
 
863
					'height': '320px',
-
 
864
    				'width': '420px',
-
 
865
				})
-
 
866
				
-
 
867
			}
857
			scroll_altura=$(".articulo_noticia").offset().top-110;
868
			scroll_altura=$(".articulo_noticia").offset().top-110;
858
			anchoFondoOscuro = $(".articulo_noticia").width();
869
			anchoFondoOscuro = $(".articulo_noticia").width();
859
			altoFondoOscuro = $(".editor_imagenes").height();
870
			altoFondoOscuro = $(".editor_imagenes").height();
860
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
871
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
861
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
872
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");