typo
This commit is contained in:
parent
268f78f04c
commit
1a6cb18b32
@ -1017,7 +1017,7 @@
|
|||||||
if (e.target.classList.contains('result-label')) {
|
if (e.target.classList.contains('result-label')) {
|
||||||
const formula = e.target.getAttribute('data-formula');
|
const formula = e.target.getAttribute('data-formula');
|
||||||
if (formula) {
|
if (formula) {
|
||||||
showTooltip(e.target, `Formula: ${formula}`);
|
showTooltip(e.target, `Formel: ${formula}`);
|
||||||
}
|
}
|
||||||
} else if (e.target.classList.contains('result-value')) {
|
} else if (e.target.classList.contains('result-value')) {
|
||||||
const formula = e.target.getAttribute('data-result-formula');
|
const formula = e.target.getAttribute('data-result-formula');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user