diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-06 15:00:05 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-06 15:00:05 +0100 |
commit | 006717f1ac39557e50052bb5755d430a1fa100ee (patch) | |
tree | d07209a4ad2003111c03948d537127d40dda9799 /public/javascripts/general.js | |
parent | 537b97ff069cac999da3ca80ede77fedc79e39ff (diff) | |
parent | 74531a783a8ea62a80596b435bd151cec2bf82c8 (diff) |
Merge branch 'master' of git.mysociety.org:/data/git/public/alaveteli
Conflicts:
spec/controllers/api_controller_spec.rb
Diffstat (limited to 'public/javascripts/general.js')
-rw-r--r-- | public/javascripts/general.js | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/public/javascripts/general.js b/public/javascripts/general.js index ab74cf318..9ae10593c 100644 --- a/public/javascripts/general.js +++ b/public/javascripts/general.js @@ -12,7 +12,7 @@ $(document).ready(function() { } } }) - + } } @@ -33,7 +33,7 @@ $(document).ready(function() { at: "left bottom", of: this, collision: "fit" }); - + }); $('.close-button').click(function() { $(this).parent().hide() }); $('div#variety-filter a').each(function() { @@ -44,4 +44,9 @@ $(document).ready(function() { return false; }) }) -})
\ No newline at end of file + + if($.cookie('seen_foi2') == 1) { + $('#everypage').hide(); + } + +}) |