This commit is contained in:
Type-kun
2013-04-25 09:25:54 +06:00
parent 9427c610fe
commit a525f01e3f

View File

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