From 16bbd585806ff71b4dc57279a140d9d73745cae1 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 16 Dec 2022 18:34:56 +0000 Subject: [PATCH] . --- js/main.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/main.js b/js/main.js index ae7d038..a5eadd3 100644 --- a/js/main.js +++ b/js/main.js @@ -87,7 +87,12 @@ user_db.version(1).stores({ retrievePacketList(); +try { refreshDatabaseSettings(); +} +catch { +console.log("unable to check database settings") +} /** * Retrieves a list of available packets via JSON ajax requests