This commit is contained in:
Ian Richardson 2019-03-11 00:33:03 -05:00 committed by GitHub
parent af5ada7825
commit e1f0c2e999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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