diff options
author | Azul <azul@leap.se> | 2014-04-30 16:35:39 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-05-06 09:36:28 +0200 |
commit | 3952a7dfcd13993bd51ac7dc07cb3a01b4658e25 (patch) | |
tree | 5336a0921ff84b6b8c0957c9907ffe20ba2f9ba6 /app/views/users/_warnings.html.haml | |
parent | 3afb745d961c5b34d980e7e005c4e7bf81a880c4 (diff) |
hide srp forms when no js is available
Hiding them using two mechanisms in case one fails:
.hidden class - bootstrap hides them then
style='display:none' - so they are hidden even if css load fails
Diffstat (limited to 'app/views/users/_warnings.html.haml')
-rw-r--r-- | app/views/users/_warnings.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_warnings.html.haml b/app/views/users/_warnings.html.haml index 79ab103..baf80a4 100644 --- a/app/views/users/_warnings.html.haml +++ b/app/views/users/_warnings.html.haml @@ -9,4 +9,4 @@ document.getElementById('cookie_warning').style.display = 'block'; } else { document.getElementById('cookie_warning').style.display = 'none'; - }
\ No newline at end of file + } |