Comment delete icon should also have a tipsy tooltip
This commit is contained in:
parent
c7331230bc
commit
f5e93c3e83
1 changed files with 2 additions and 1 deletions
|
|
@ -10,12 +10,13 @@ var Stream = {
|
|||
Diaspora.widgets.timeago.updateTimeAgo();
|
||||
Diaspora.widgets.directionDetector.updateBinds();
|
||||
|
||||
$.each([".stream_element_delete", "span.post_scope"], function(idx, el){
|
||||
$.each(["a.stream_element_delete", "span.post_scope"], function(idx, el){
|
||||
$(el).tipsy({
|
||||
trigger: "hover",
|
||||
gravity: "n"
|
||||
});
|
||||
});
|
||||
|
||||
//audio links
|
||||
Stream.setUpAudioLinks();
|
||||
//Stream.setUpImageLinks();
|
||||
|
|
|
|||
Loading…
Reference in a new issue