fix for comment tag title
This commit is contained in:
@@ -54,7 +54,8 @@
|
|||||||
|
|
||||||
Danbooru.Post.initialize_title_for = function(post) {
|
Danbooru.Post.initialize_title_for = function(post) {
|
||||||
var $post = $(post);
|
var $post = $(post);
|
||||||
$post.attr("title", $post.data("tags") + " user:" + $post.data("uploader") + " rating:" + $post.data("rating") + " score:" + $post.data("score"));
|
var $img = $post.find("img");
|
||||||
|
$img.attr("title", $post.data("tags") + " user:" + $post.data("uploader") + " rating:" + $post.data("rating") + " score:" + $post.data("score"));
|
||||||
|
|
||||||
var status = $post.data("flags");
|
var status = $post.data("flags");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user