mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #135 from dattaz/noscript-admin
Add noscript warning
This commit is contained in:
commit
6582e1c26c
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@
|
||||||
<span class="ajax-loader" data-y18n="loading">loading…</span>
|
<span class="ajax-loader" data-y18n="loading">loading…</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<noscript>
|
||||||
|
<div class="alert alert-warning">
|
||||||
|
<p> <strong> Warning ! </strong> You must enable Javascript to view this page properly. </p>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
<div id="slideTo" style="display: none; z-index: 100;"></div>
|
<div id="slideTo" style="display: none; z-index: 100;"></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue