Noscript alert
This commit is contained in:
parent
7e6ce0d595
commit
122ebe0f91
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 3.4 KiB |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"/js/app.js": "/js/app.js?id=c057b931349e16c6860e84d6115094f6",
|
||||
"/js/pages/maintenance.js": "/js/pages/maintenance.js?id=e3ff1a0cc59435b2953e748e81e0f7cf",
|
||||
"/css/graphictoria.css": "/css/graphictoria.css?id=6e93f52b1061627528f463b8b21f5d07"
|
||||
}
|
||||
|
|
@ -100,4 +100,9 @@
|
|||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
|
||||
@endif
|
||||
</div>
|
||||
@endforeach
|
||||
@endforeach
|
||||
<noscript>
|
||||
<div class="container my-2">
|
||||
<div class="alert alert-danger graphictoria-alert graphictoria-error-popup mx-5">A large majority of this website requires Javascript to work properly. Please enable Javascript or download a Javascript compatible browser.</div>
|
||||
</div>
|
||||
</noscript>
|
||||
Loading…
Reference in New Issue