Subversion Repositories SmartDukaan

Rev

Rev 17932 | Rev 17987 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17932 Rev 17947
Line 356... Line 356...
356
        'type': 'hidden'
356
        'type': 'hidden'
357
    }));
357
    }));
358
    newForm.submit();
358
    newForm.submit();
359
}
359
}
360
 
360
 
361
$(document).on('click','a.confirmprepaid', function(){
361
$(document).on('click','.confirmprepaid', function(){
362
	$('#loadingModal').modal('show');
362
	$('#loadingModal').modal('show');
363
	confirmPrepaid();
363
	confirmPrepaid();
364
});
364
});
365
$(document).on('click','button.confirmcheckout', function(){
365
$(document).on('click','button.confirmcheckout', function(){
366
	$('#loadingModal').modal('show');
366
	$('#loadingModal').modal('show');