removing old testing pieces

This commit is contained in:
Chris Cochrun 2023-06-09 07:28:09 -05:00
parent 23a7930a98
commit 6787986f22
11 changed files with 0 additions and 5706 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,13 +0,0 @@
defpackage(tfcconnection, 'use'(ps));
function submitForm() {
console.log('hello world');
var form5 = document.getElementById('form');
var data = new FormData(form);
__PS_MV_REG = [];
return console.log(form5);
};
function validate(data) {
console.log('validating');
__PS_MV_REG = [];
return data.get('tetanus-shot') === '' ? console.warn('NO DATE FOR TETANUS SHOT') : data.set('tetanus-shot', '1111-11-11');
};