Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6971 Rev 6972
Línea 767... Línea 767...
767
		$(document).on("click", ".info_noticia", function(e){
767
		$(document).on("click", ".info_noticia", function(e){
768
			imagenServidorNoticia = elemento.toDataURL("image/jpeg", 1.0);
768
			imagenServidorNoticia = elemento.toDataURL("image/jpeg", 1.0);
769
			if(fileToggle){
769
			if(fileToggle){
770
				e.preventDefault();
770
				e.preventDefault();
771
				setTimeout(function(){
771
				setTimeout(function(){
772
					iniciarEditor(seleccionarCampo)
-
 
-
 
772
					
773
					$('#marketplaceImg').attr('src', imagenServidorNoticia)
773
					$('#marketplaceImg').attr('src', imagenServidorNoticia)
774
					$('#titleTypeImage').html('Imagen de la capsula')
774
					$('#titleTypeImage').html('Imagen de la capsula')
775
					fileToggle=false;
775
					fileToggle=false;
-
 
776
					iniciarEditor(seleccionarCampo)
Línea 776... Línea 777...
776
					
777
					
777
				},$('.marketplace').val(imagenServidorNoticia.split(',')[1]));
778
				},$('.marketplace').val(imagenServidorNoticia.split(',')[1]));
778
			}else{
779
			}else{