Comment delete icon should also have a tipsy tooltip

This commit is contained in:
Andrej Kacian 2011-08-18 22:12:09 +02:00
parent c7331230bc
commit f5e93c3e83

View file

@ -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();