increase setTimeouts.

This commit is contained in:
Jason Schwarzenberger
2020-11-18 10:06:45 +13:00
parent 78654e0c63
commit c9da2a078b
4 changed files with 4 additions and 3 deletions

View File

@@ -88,7 +88,7 @@
return displayNone || visibilityHidden;
})
.forEach((element) => element && element.remove());
}, 500);
}, 1500);
}
function removeSelectors(selectors) {