Subversion Repositories eFlore/Applications.cel

Rev

Rev 1346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1346 Rev 1519
Line 561... Line 561...
561
				'notes' : $("#notes").val(),
561
				'notes' : $("#notes").val(),
562
				//Ajout des champs images
562
				//Ajout des champs images
563
				'image_nom' : $("#miniature-img").attr('alt'),
563
				'image_nom' : $("#miniature-img").attr('alt'),
564
				'image_b64' : getB64ImgOriginal()
564
				'image_b64' : getB64ImgOriginal()
565
			});
565
			});
-
 
566
			// retour à une sélection vide pour le taxon
-
 
567
			$('#taxon option[value=""]').attr("selected", "selected");
566
		}
568
		}
567
	});
569
	});
Line 568... Line 570...
568
	
570