issue #0001350 : Prise en compte des doublons (validé)

This commit is contained in:
Michael RICOIS 2013-01-25 11:21:11 +00:00
parent 8b3a2e6311
commit f602c4ccff

View File

@ -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');
}
});