From e1f0c2e9996612ce705e492f09b78ea78604ece9 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 11 Mar 2019 00:33:03 -0500 Subject: [PATCH] fix typo --- card-tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card-tools.js b/card-tools.js index 61479d0..2c13115 100644 --- a/card-tools.js +++ b/card-tools.js @@ -117,7 +117,7 @@ class { config ); element.style.display = "None"; - const time = setTimeout(() => { + const timer = setTimeout(() => { element.style.display = ""; }, 2000); // Remove error if element is defined later