diff options
author | Mark Longair <mhl@pobox.com> | 2013-12-10 17:57:09 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-12-10 17:57:39 +0000 |
commit | 39fa94fd6152f882c9214ac9dbea49c5bae1345c (patch) | |
tree | 02ecb6c6cbe67b2913689854204e9a9d1f007b89 | |
parent | 76e3942e3f68d258ee96c1fc48f0aeeb0ac68759 (diff) |
Remove the duplicate close button on the popup banner
-rw-r--r-- | app/views/layouts/default.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 5895becf7..63e22b004 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -70,7 +70,6 @@ <% popup_banner = render(:partial => "general/popup_banner").strip %> <% if popup_banner.present? %> <div id="everypage" class="jshide"> - <p class="popup-close"><a href="#top" onclick="$.cookie('seen_foi2', 1, { expires: 7, path: '/' }); $('#everypage').hide('slow'); return false;"><%= _('Close') %></a></p> <%= raw popup_banner %> <p class="popup-close"><a href="#top" onclick="$.cookie('seen_foi2', 1, { expires: 7, path: '/' }); $('#everypage').hide('slow'); return false;"><%= _('Close') %></a></p> </div> |