extra fix for #1434

This commit is contained in:
Toks
2013-04-24 23:29:42 -04:00
parent a525f01e3f
commit 15ea2f8ccd

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.attr("data-uploader") + " rating:" + $post.data("rating") + " score:" + $post.data("score"));
$img.attr("title", $post.attr("data-tags") + " user:" + $post.attr("data-uploader") + " rating:" + $post.data("rating") + " score:" + $post.data("score"));
var status = $post.data("flags");