This commit is contained in:
albert
2011-05-29 03:47:06 -04:00
parent 969185ad24
commit 9e287726e3
18 changed files with 237 additions and 137 deletions

View File

@@ -1,6 +1,6 @@
$(document).ready(function() {
$("footer.nav-links a").click(function(event) {
$("div.users div.new > div").hide();
$(function() {
$("div#c-users div#a-new footer.nav-links a").click(function(event) {
$("div#c-users div#a-new > div").hide();
$(event.target.hash).show();
});