aboutsummaryrefslogtreecommitdiffstats
path: root/public/javascripts/general.js
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-08-22 17:34:51 +0100
committerLouise Crow <louise.crow@gmail.com>2012-08-22 17:34:51 +0100
commite98bfd6e9ed7e6bb151d0eb5c216cad0fed6a40c (patch)
tree222e151cf7ee87a06824553b2b53b2053c8f10a4 /public/javascripts/general.js
parentda70b7b4f58be9d78afba9ec6045d18094ea9581 (diff)
parentbc73110b230e607d4d7e5acae467790845784704 (diff)
Merge branch 'release/0.6.3'0.6.3
Diffstat (limited to 'public/javascripts/general.js')
-rw-r--r--public/javascripts/general.js11
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();
+ }
+
+})