aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-09 21:57:07 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-09 22:40:25 -0400
commit75c5c7aabc88379b9ba03ea7f0ccdb96bc000af0 (patch)
tree574ee825d9fe14c23f282c71adcb0d8c59f2ee2d
parent99f58b49f6324441c1abd010a92cd0ceb1f889ea (diff)
Remove data-multi assignments
-rw-r--r--ext/mixed/js/display-generator.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mixed/js/display-generator.js b/ext/mixed/js/display-generator.js
index f1122e3d..cd76000a 100644
--- a/ext/mixed/js/display-generator.js
+++ b/ext/mixed/js/display-generator.js
@@ -361,7 +361,6 @@ class DisplayGenerator {
container.appendChild(node);
}
- container.dataset.multi = 'true';
container.dataset.count = `${exclusiveExpressions.length + exclusiveReadings.length}`;
container.dataset.expressionCount = `${exclusiveExpressions.length}`;
container.dataset.readingCount = `${exclusiveReadings.length}`;
@@ -464,7 +463,6 @@ class DisplayGenerator {
++count;
}
- container.dataset.multi = `${multi}`;
container.dataset.count = `${count}`;
return count;