Fixes but where subsequent runs still contained attributes from previous run

This commit is contained in:
sloum 2021-07-13 14:39:42 -07:00
parent b36ffb3234
commit 9104f4525d
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
};
var buildForm2 = function() {
atts = {}; // Reset the attribute information before building it
var all = nodes.querySelectorAll('*');
all.forEach((item) => {
for (att in item.attributes) {