add a lisp server potentially

This commit is contained in:
Chris Cochrun 2023-05-25 14:55:02 -05:00
parent 4242f0d05a
commit 3f6fef03df
5 changed files with 95 additions and 46 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
defpackage(tfcconnection, 'use'(ps));
function submitForm() {
console.log('hello world');
var form13 = document.getElementById('form');
var form5 = document.getElementById('form');
var data = new FormData(form);
__PS_MV_REG = [];
return console.log(form13);
return console.log(form5);
};
function validate(data) {
console.log('validating');