fix close notice link

This commit is contained in:
Toks
2013-05-04 14:12:36 -04:00
parent 6a1d23f863
commit 6c62ed8ba1

View File

@@ -18,6 +18,7 @@ $(function() {
$("#close-notice-link").click(function(e) {
$('#notice').fadeOut("fast");
e.preventDefault();
});
});