This commit is contained in:
Michael RICOIS 2013-01-29 14:11:20 +00:00
parent d37b8b74f3
commit c4684b7c5e

View File

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