diff options
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 + } |