alpha_full/pages/panier/cheque/formCheque.js
2026-04-06 22:58:51 +02:00

5 lines
122 B
JavaScript
Executable File

function continuerCheque(){
debugLocal=0;
if(debugLocal==1) alert('cheque');
self.location.href = 'recap-panier';
}