This commit is contained in:
Michael RICOIS 2013-01-29 14:17:39 +00:00
parent a2ed7c038b
commit 3d9fc23707

View File

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