diff --git a/index.html b/index.html index 3bd5e4e..ebd6b51 100644 --- a/index.html +++ b/index.html @@ -1758,7 +1758,6 @@ /*# sourceMappingURL=main.css.map */ - +
@@ -2873,158 +2873,204 @@ } - - + + - + + + - - + compactIDB.initDB("FLOwebWallet", IDBObjects) + .then(result => console.log(result)) + .catch(error => console.log(error)) + + createAllCards(); + setElements(); + } +