summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-21 15:31:58 +0300
committerAndrew Dolgov <[email protected]>2018-11-21 15:31:58 +0300
commit42bb935ae79b7d6ef614181cb00304539894ebfb (patch)
treed7668810ec15c7bb5a837a4eb43fbdedaebb95c6 /read.html
parent1ea4a3f80a503d43df4a835ed5647c4a93ca80bd (diff)
notify user if serviceWorker support is missing
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/read.html b/read.html
index f035422..5d9b4ee 100644
--- a/read.html
+++ b/read.html
@@ -259,6 +259,8 @@
init_loader();
});
+ } else {
+ alert("Service worker support missing in browser (are you using plain HTTP?).");
}
});