removed outdated js

This commit is contained in:
albert
2011-09-11 17:25:18 -04:00
parent 4b998184a4
commit b92c312605

View File

@@ -1,13 +1,2 @@
$(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();
});
if (Danbooru.meta("errors")) {
// $("#p1").hide();
// $("#notice").hide();
} else {
// $("#p2").hide();
}
});