summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-02-03 19:01:29 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-02-03 19:01:29 +0200
commit91d8fed6cc7e7ab31303a090665349d33e87d693 (patch)
treed987b1540c43a4d9a9f1321493149a5023048787
parentd571d979a034140fe168987a6b6138a7bbaa6c9d (diff)
Changed the browser support error message to be more definitive
-rw-r--r--web/index.html14
1 files changed, 4 insertions, 10 deletions
diff --git a/web/index.html b/web/index.html
index 7c282a0..ecd3961 100644
--- a/web/index.html
+++ b/web/index.html
@@ -11,16 +11,10 @@
</div>
<div id="browser-support-error" class="error" style="display:none;">
<p>
- It looks like something has gone wrong while loading. The
- most likely reason for this is that this app doesn't support
- your web browser.
- </p>
-
- <p>
- I test with the latest version of Firefox, but it should
- also work with recent versions of Chrome, Microsoft Edge,
- Safari and Opera. If you're running one of these browsers,
- please make sure you've updated to the latest version.
+ This app relies on your browser supporting WebAssembly, which is
+ a relatively new technology, and so will only work on up to date
+ web browsers. Please try with the latest version of Firefox,
+ Chrome, Safari, Edge or Opera.
</p>
</div>
<div id="unexpected-error" class="error" style="display:none;">