feat: #7550, show message if post is queued when js is disabled
parent
35f932cd64
commit
120999bf63
@ -0,0 +1,9 @@
|
|||||||
|
{{{ if noScriptMessage }}}
|
||||||
|
<noscript>
|
||||||
|
<div class="alert alert-info">
|
||||||
|
<p>
|
||||||
|
{noScriptMessage}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
|
{{{ end }}}
|
@ -0,0 +1,10 @@
|
|||||||
|
<noscript>
|
||||||
|
<div class="alert alert-danger">
|
||||||
|
<p>
|
||||||
|
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in <strong>read-only mode</strong>.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
Loading…
Reference in New Issue