Actually add the comment delete link to list of tipsified elements

This commit is contained in:
Andrej Kacian 2011-08-18 22:22:47 +02:00
parent f5e93c3e83
commit f59275adb4

View file

@ -10,7 +10,7 @@ var Stream = {
Diaspora.widgets.timeago.updateTimeAgo();
Diaspora.widgets.directionDetector.updateBinds();
$.each(["a.stream_element_delete", "span.post_scope"], function(idx, el){
$.each(["a.stream_element_delete", "a.comment_delete", "span.post_scope"], function(idx, el){
$(el).tipsy({
trigger: "hover",
gravity: "n"