issue #0001350 : Prise en compte des doublons (validé)
This commit is contained in:
parent
8b3a2e6311
commit
f602c4ccff
@ -156,10 +156,9 @@ $(function() {
|
||||
var doublon = $('input[name=doublon]:checkbox:checked').map(function () {
|
||||
return this.value;
|
||||
}).get();
|
||||
console.log(doublon);
|
||||
/*$.post(url, { reference: ref, criteres: list, doublon: doublon }, function(data){
|
||||
$.post(url, { reference: ref, criteres: list, doublon: doublon }, function(data){
|
||||
if (data!='Erreur'){ window.location.href = '/'; }
|
||||
}, 'json');*/
|
||||
}, 'json');
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user