diff --git a/index.html b/index.html index 27b9d96..6f4b843 100644 --- a/index.html +++ b/index.html @@ -157,6 +157,9 @@
+ + diff --git a/js/main.js b/js/main.js index 78df378..a1332bc 100644 --- a/js/main.js +++ b/js/main.js @@ -63,6 +63,12 @@ function retrievePacketList() { async function loadPacketList(data) { let sessions = await window.db.session.toArray().catch(function(error) { console.log("Error loading session", error); + $("#database-error").text("Error loading the database, schema has probably changed and needs updating. You will probably need to delete the local database.") + delete_button = $("