js
This commit is contained in:
parent
c4684b7c5e
commit
a2ed7c038b
@ -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();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user