From a0dc596067b5e6f40f14ec9f7ce439d4e89a5e82 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Wed, 2 May 2018 08:32:28 -0700 Subject: [PATCH] change localStorage to IndexdDB --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c9f6026..2d9bd9f 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@

Start

- A new tab page that displays lists of links using the browser's localStorage to store all data + A new tab page that displays lists of links using the browser's indexedDB to store all data

Site Source code