Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8352 Rev 8353
Línea 723... Línea 723...
723
				imagen2.src=e.target.result;
723
				imagen2.src=e.target.result;
Línea 724... Línea 724...
724
				
724
				
725
				$(imagen2).ready(function(e){
725
				$(imagen2).ready(function(e){
726
					console.log(imagen2.width)
726
					console.log(imagen2.width)
727
					console.log(imagen2.height)
727
					console.log(imagen2.height)
728
					if(imagen2.width<101||imagen2.height<101){
728
					if(imagen2.width<100||imagen2.height<120){
729
						$.fn.showError('La imagen debe tener al menos un tamano mayor a 100x100');
729
						$.fn.showError('La imagen debe tener al menos un tamano mayor a 100x100');
730
					}else{
730
					}else{
731
						$(".volver").css("display","block")
731
						$(".volver").css("display","block")
732
						$(".a1").addClass("paso");
732
						$(".a1").addClass("paso");