mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Update alert when javascript is not enable
add Bootstrap warning Change message
This commit is contained in:
parent
e38f986308
commit
56dec03a78
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@
|
|||
</a>
|
||||
</div>
|
||||
<noscript>
|
||||
Please enable javascript
|
||||
<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