Actually add the comment delete link to list of tipsified elements
This commit is contained in:
parent
f5e93c3e83
commit
f59275adb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue