Removed debug
parent
fa477dbdf4
commit
c92e89fff2
|
@ -157,7 +157,6 @@ $(document).ready(function (){
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#checkoutInformation').validator().on('click', function(e){
|
$('#checkoutInformation').validator().on('click', function(e){
|
||||||
console.log('here?');
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
if($('#shipping-form').validator('validate').has('.has-error').length === 0){
|
if($('#shipping-form').validator('validate').has('.has-error').length === 0){
|
||||||
// Change route if customer to be saved for later
|
// Change route if customer to be saved for later
|
||||||
|
|
Loading…
Reference in New Issue