From 9fcdf51467cbbe700b3f273cbba3e6778fd8b6e4 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 30 Jul 2023 17:42:02 +0530 Subject: [PATCH] bug fix --- scripts/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/components.js b/scripts/components.js index fd267d5..047e8c6 100644 --- a/scripts/components.js +++ b/scripts/components.js @@ -377,7 +377,7 @@ window.customElements.define('idb-support', class extends HTMLElement { }; request.onsuccess = function (event) { // IndexedDB is allowed and successfully opened the database - // thisComponent.remove(); + thisComponent.remove(); }; } else { // IndexedDB is not supported in this browser