Action on ID
This commit is contained in:
parent
5c96452849
commit
e5d5446299
@ -19,7 +19,7 @@ $(function(){
|
||||
}
|
||||
|
||||
//GoIdentite
|
||||
$('a#goidentite').click(function(){ goidentite(); });
|
||||
$('#goidentite').click(function(){ goidentite(); });
|
||||
$(document).keydown(function(e) {
|
||||
if(e.keyCode == 13 && e.ctrlKey) {
|
||||
goidentite();
|
||||
@ -27,7 +27,7 @@ $(function(){
|
||||
}
|
||||
});
|
||||
//GoIndiScore
|
||||
$('a#goindiscore').click(function(){ goindiscore(); });
|
||||
$('#goindiscore').click(function(){ goindiscore(); });
|
||||
|
||||
//Autocomplete sur le champs NAF
|
||||
$('#naf').autocomplete({
|
||||
|
Loading…
Reference in New Issue
Block a user