diff --git a/card-tools.js b/card-tools.js index 5ae38d6..5cd5ce9 100644 --- a/card-tools.js +++ b/card-tools.js @@ -122,7 +122,7 @@ class { config ); element.style.display = "None"; - const time = setTimeout(() => { + const timer = setTimeout(() => { element.style.display = ""; }, 2000); // Remove error if element is defined later