This commit is contained in:
Michael RICOIS 2013-01-29 14:12:52 +00:00
parent c4684b7c5e
commit a2ed7c038b

View File

@ -147,9 +147,8 @@ $(function() {
}
});
$('div#entete a.delete').on('click', function(e){
$('a.delete').on('click', function(e){
e.preventDefault();
alert($(this).parent().html());
$(this).parent().remove();
});