Various fixes, SQL injection prevention (escaping) and basic web-server. Also remove the fake data file of 7mb...

This commit is contained in:
Joe Tretter
2020-04-22 21:10:21 -05:00
parent 886467327c
commit 07ceb58dda
7 changed files with 39 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ var allCombinations;
var optionChainContext={};
$(document).ready(_=>{
dta=fakeDta;
dta={};
allCombinations=$.get("http://localhost:3000/getCombinations",
data=>{allCombinations=data;},
"json");

File diff suppressed because one or more lines are too long