mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
refactor: easier comparables, fix audits (#614)
This commit is contained in:
@@ -46,6 +46,9 @@
|
||||
if (subfield) {
|
||||
obj = {};
|
||||
obj[subfield] = htmlElement.value;
|
||||
if (id === 'modelList') {
|
||||
obj['series'] = '';
|
||||
}
|
||||
} else {
|
||||
obj = htmlElement.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user