fixed error messages upon user creation

This commit is contained in:
albert
2011-09-11 17:24:44 -04:00
parent 281cb75991
commit 4b998184a4
4 changed files with 9 additions and 16 deletions

View File

@@ -5,9 +5,9 @@ $(function() {
});
if (Danbooru.meta("errors")) {
$("#p1").hide();
$("#notice").hide();
// $("#p1").hide();
// $("#notice").hide();
} else {
$("#p2").hide();
// $("#p2").hide();
}
});