fix references to uploader metatag

This commit is contained in:
albert
2013-02-18 14:53:41 -05:00
parent 85a8132ad8
commit afb5d3138f
4 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
Danbooru.Post.initialize_title_for = function(post) {
var $post = $(post);
$post.attr("title", $post.data("tags") + " uploader:" + $post.data("uploader") + " rating:" + $post.data("rating") + " score:" + $post.data("score"));
$post.attr("title", $post.data("tags") + " user:" + $post.data("uploader") + " rating:" + $post.data("rating") + " score:" + $post.data("score"));
var status = $post.data("flags");