alternative css for disabled blacklist tags

This commit is contained in:
r888888888
2015-08-18 15:52:11 -07:00
parent 6b96032a4e
commit f93c3a827d
2 changed files with 6 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
var hash = entry.tags.hash();
link.text(entry.tags);
link.addClass("blacklist-toggle");
link.click(Danbooru.Blacklist.toggle_entry);
count.html(entry.hits);
item.append(link);