From 37b708047fd1d3c217a3a57b2443cedc42c032c2 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 6 Mar 2020 10:20:14 -0500 Subject: [PATCH] Still working on network online offline detection... --- app/.index.html.kate-swp | Bin 141 -> 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 70a25740810bb025c7684b87b94d1b646f3d81a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?VnQMl%^e93ybtQ$YGR&iXatPXCAeGu%) qz`!^UD60;{j0&!Bz6OZziQsF3_)f0DK~VJ|z80Fa3xcl&Q4RoJ${U#g diff --git a/app/index.html b/app/index.html index 20d644a..325afff 100644 --- a/app/index.html +++ b/app/index.html @@ -412,7 +412,7 @@ //let render_event_file_records_result = render_event_file_records(); //setTimeout(function(){ let render_event_file_records_result = render_event_file_records(); }, 5000); } else { - console.log('One or more of the tables has 0 records.'); + console.log('One or more of the IDB tables has 0 records.'); } } else { console.log('IDB tables have not yet been created or opened.');