refactor: easier comparables, fix audits (#614)

This commit is contained in:
Jef LeCompte
2020-10-29 16:27:09 -04:00
committed by GitHub
parent e5b0d7983b
commit 13edbf311e
9 changed files with 12636 additions and 4213 deletions
+3
View File
@@ -46,6 +46,9 @@
if (subfield) {
obj = {};
obj[subfield] = htmlElement.value;
if (id === 'modelList') {
obj['series'] = '';
}
} else {
obj = htmlElement.value
}