js
This commit is contained in:
parent
a2ed7c038b
commit
3d9fc23707
@ -147,7 +147,7 @@ $(function() {
|
||||
}
|
||||
});
|
||||
|
||||
$('a.delete').on('click', function(e){
|
||||
$('div#entete').delegate('a.delete', 'click', function(e) {
|
||||
e.preventDefault();
|
||||
$(this).parent().remove();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user