[fix] noscript tag should be in #main section

This commit is contained in:
opi 2016-10-10 12:36:20 +02:00 committed by GitHub
parent 6582e1c26c
commit 4f28ba4426

View file

@ -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>