work
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user