diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-13 11:19:54 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-13 11:19:54 +0100 |
commit | 67df820b1d41402a413d1899cfdbdb4da69f7685 (patch) | |
tree | e81bff73aec870ba03bea0218d77c7e54a703c82 /public/javascripts/general.js | |
parent | 39fdae7de23244b47581c197e1d78506aebf5af1 (diff) | |
parent | 2257aad346959a843b58c61758b5daf4a58688da (diff) |
Merge branch 'feature/czech-website-support' into develop
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(); + } + +}) |