aboutsummaryrefslogtreecommitdiffstats
path: root/public/javascripts
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-08-01 14:39:18 +0100
committerRobin Houston <robin.houston@gmail.com>2012-08-01 14:39:18 +0100
commit67a3a43cc26f8ad7218f33a13af04c3c74347866 (patch)
tree3fc5f27905332ba4647915eb5823d3d37615fe4c /public/javascripts
parentc1d2580892033d28ff05f3d47cee78aaef963c29 (diff)
parentcc3268df4c9de319ea16aa99238e3c4c40dae7c5 (diff)
Merge branch 'develop' into wdtk
Diffstat (limited to 'public/javascripts')
-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();
+ }
+
+})