mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] noscript tag should be in #main section
This commit is contained in:
parent
6582e1c26c
commit
4f28ba4426
1 changed files with 5 additions and 5 deletions
|
@ -49,12 +49,12 @@
|
|||
<a class="slide" href="#/">
|
||||
<span class="ajax-loader" data-y18n="loading">loading…</span>
|
||||
</a>
|
||||
<noscript>
|
||||
<div class="alert alert-warning">
|
||||
<p> <strong> Warning ! </strong> You must enable Javascript to view this page properly. </p>
|
||||
</div>
|
||||
</noscript>
|
||||
</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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue