|
@@ -59,7 +59,7 @@
|
|
|
<body class="{{ ctrl.statusClass }}" ng-class="{expanded: ctrl.expandStatusBar}">
|
|
|
<img src="img/bg.jpg?v=[[VERSION]]" aria-label="Background image: Blurred photo of a mountain" id="background-image" draggable="false">
|
|
|
|
|
|
- <noscript class="compat">
|
|
|
+ <noscript class="compat compat-nojs">
|
|
|
<img class="logo-compat" src="img/logo.svg?v=[[VERSION]]"/>
|
|
|
<div>
|
|
|
<h2>Error: JavaScript not supported</h2>
|
|
@@ -67,11 +67,17 @@
|
|
|
</div>
|
|
|
</noscript>
|
|
|
|
|
|
- <div class="compat wasm" style="display: none;">
|
|
|
+ <div class="compat compat-js" style="display: none;">
|
|
|
<img class="logo-compat" src="img/logo.svg?v=[[VERSION]]"/>
|
|
|
- <div>
|
|
|
+ <div class="wasm" style="display: none;">
|
|
|
+ <h2>Error: Browser not supported</h2>
|
|
|
+ <p>You are using a browser without <strong>WebAssembly</strong> support. Please
|
|
|
+ upgrade to the latest version of a
|
|
|
+ <a href="https://threema.ch/faq/web_requirements">supported browser</a>.</p>
|
|
|
+ </div>
|
|
|
+ <div class="textdecoder" style="display: none;">
|
|
|
<h2>Error: Browser not supported</h2>
|
|
|
- <p>You are using a browser without WebAssembly support. Please
|
|
|
+ <p>You are using a browser without <strong>TextDecoder</strong> support. Please
|
|
|
upgrade to the latest version of a
|
|
|
<a href="https://threema.ch/faq/web_requirements">supported browser</a>.</p>
|
|
|
</div>
|