mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Require javascript
This commit is contained in:
parent
5d3864d7da
commit
e0f134bb34
1 changed files with 11 additions and 2 deletions
|
|
@ -23,7 +23,16 @@
|
||||||
.span12
|
.span12
|
||||||
= render 'layouts/messages'
|
= render 'layouts/messages'
|
||||||
.row-fluid
|
.row-fluid
|
||||||
.span12
|
%noscript
|
||||||
|
:css
|
||||||
|
#yield-span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
%h2
|
||||||
|
JavaScript is not enabled
|
||||||
|
%p
|
||||||
|
OSEM requires JavaScript to be enabled to function. Please turn on JavaScript in your browser's settings and reload the page to continue.
|
||||||
|
.span12#yield-span
|
||||||
= yield
|
= yield
|
||||||
#push
|
#push
|
||||||
#footer
|
#footer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue