Oubli instantiation evenement
This commit is contained in:
parent
fab41ebdf0
commit
9667819051
@ -108,7 +108,7 @@ $(function() {
|
||||
}
|
||||
});
|
||||
|
||||
$("#entete").delegate("a.delete","click", function(){
|
||||
$("#entete").delegate("a.delete","click", function(e){
|
||||
e.preventDefault();
|
||||
$(this).parent().remove();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user