Remove data-multi assignments
This commit is contained in:
parent
99f58b49f6
commit
75c5c7aabc
@ -361,7 +361,6 @@ class DisplayGenerator {
|
|||||||
container.appendChild(node);
|
container.appendChild(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
container.dataset.multi = 'true';
|
|
||||||
container.dataset.count = `${exclusiveExpressions.length + exclusiveReadings.length}`;
|
container.dataset.count = `${exclusiveExpressions.length + exclusiveReadings.length}`;
|
||||||
container.dataset.expressionCount = `${exclusiveExpressions.length}`;
|
container.dataset.expressionCount = `${exclusiveExpressions.length}`;
|
||||||
container.dataset.readingCount = `${exclusiveReadings.length}`;
|
container.dataset.readingCount = `${exclusiveReadings.length}`;
|
||||||
@ -464,7 +463,6 @@ class DisplayGenerator {
|
|||||||
++count;
|
++count;
|
||||||
}
|
}
|
||||||
|
|
||||||
container.dataset.multi = `${multi}`;
|
|
||||||
container.dataset.count = `${count}`;
|
container.dataset.count = `${count}`;
|
||||||
|
|
||||||
return count;
|
return count;
|
||||||
|
Loading…
Reference in New Issue
Block a user