added bootstrap alert class to noscript tags to emphasise you must enable javascript
This commit is contained in:
parent
f9b9c8a3a1
commit
a248b84b72
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
<div id="content" class="container">
|
||||
|
||||
<noscript>This page uses javascript, please enable it to continue!</noscript>
|
||||
<noscript class="alert alert-danger center-block"><span class="glyphicon glyphicon-exclamation-sign"></span> This page uses javascript, please enable it to continue!</noscript>
|
||||
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane tab-content active" id="home">
|
||||
|
|
Loading…
Reference in a new issue