removing old testing pieces
This commit is contained in:
parent
23a7930a98
commit
6787986f22
11 changed files with 0 additions and 5706 deletions
1518
static/js/forms.js
1518
static/js/forms.js
File diff suppressed because one or more lines are too long
|
@ -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');
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue