Use Tipsy functions to update the onscreen tooltip instead of mouseover()

This commit is contained in:
Andrej Kacian 2011-08-07 00:44:02 +02:00
parent 6cf42fb8ba
commit 4efff1cd77

View file

@ -299,7 +299,8 @@ var Publisher = {
$(this).attr('title', Diaspora.widgets.i18n.t('publisher.limited'));
}
$(this).mouseover();
$(this).tipsy(true).fixTitle();
$(this).tipsy(true).show();
});
},
toggleServiceField: function(service){