* Missing files
* Work on post exploration code by traversing dates
This commit is contained in:
@@ -1095,3 +1095,16 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
});
|
||||
$(document).ready(function() {
|
||||
$("footer.nav-links a").click(function(event) {
|
||||
$("div.users div.new > div").hide();
|
||||
$(event.target.hash).show();
|
||||
});
|
||||
|
||||
if ($("meta[name=errors]").attr("content")) {
|
||||
$("#p1").hide();
|
||||
$("#notice").hide();
|
||||
} else {
|
||||
$("#p2").hide();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user