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.timeago.updateTimeAgo();
|
||||||
Diaspora.widgets.directionDetector.updateBinds();
|
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({
|
$(el).tipsy({
|
||||||
trigger: "hover",
|
trigger: "hover",
|
||||||
gravity: "n"
|
gravity: "n"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
//audio links
|
//audio links
|
||||||
Stream.setUpAudioLinks();
|
Stream.setUpAudioLinks();
|
||||||
//Stream.setUpImageLinks();
|
//Stream.setUpImageLinks();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue