This commit is contained in:
albert
2013-03-21 17:58:55 -07:00
parent 12313e2526
commit 9cdc2a7cd7
2 changed files with 14 additions and 10 deletions

View File

@@ -237,6 +237,7 @@ Danbooru.Note = {
})
} else {
$note_body.click(function(e) {
Danbooru.notice("You must be logged in to edit notes");
e.stopPropagation();
});
}