From bb492e8f718552b75c436d8499d85ae1e8115422 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 5 Mar 2020 15:04:47 -0500 Subject: [PATCH] Still working on network online offline detection. --- app/.index.html.kate-swp | Bin 62 -> 0 bytes app/index.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 app/.index.html.kate-swp diff --git a/app/.index.html.kate-swp b/app/.index.html.kate-swp deleted file mode 100644 index 4a72df8f76d1a832c0d58fb58e0eadbb43d96746..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 62 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?VnS=n&j&{%TjrxU&ZcA4mlY290W@ldcQ Q0|VnUpsXVhGwQhl08AqiYXATM diff --git a/app/index.html b/app/index.html index a980cf3..d8d7c46 100644 --- a/app/index.html +++ b/app/index.html @@ -404,7 +404,7 @@ let render_event_file_records_result = await render_event_file_records(); } else { - console.log('IDB tables have not yet been created or opened'); + console.log('IDB tables have not yet been created or opened.'); idb_tables_opened = false; }