Oubli instantiation evenement

This commit is contained in:
Michael RICOIS 2012-05-15 14:51:28 +00:00
parent fab41ebdf0
commit 9667819051

View File

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