add a lisp server potentially
This commit is contained in:
parent
4242f0d05a
commit
3f6fef03df
5 changed files with 95 additions and 46 deletions
File diff suppressed because one or more lines are too long
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue