Skip to content
Snippets Groups Projects
Commit 9c978f21 authored by Alexander Weidinger's avatar Alexander Weidinger
Browse files

Depend on tipsy shim.

parent a07d7523
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,8 @@ views.Composer = Backbone.View.extend({
replyCc: options.data.replyCc,
replyCcList: options.data.replyCcList
});
$('.tipsy-mailto').tipsy({gravity:'n', live:true});
this.$el.html(html);
......
......@@ -2,9 +2,6 @@
var views = views || {};
$('.action.delete').tipsy({gravity:'e', live:true});
$('.tipsy-mailto').tipsy({gravity:'n', live:true});
views.Message = Backbone.Marionette.ItemView.extend({
template: "#mail-messages-template",
......@@ -37,6 +34,8 @@ views.Message = Backbone.Marionette.ItemView.extend({
$(a).imageplaceholder(displayName, displayName);
});
}
$('.action.delete').tipsy({gravity:'e', live:true});
},
toggleMessageStar: function(event) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment