Use Tipsy functions to update the onscreen tooltip instead of mouseover()
This commit is contained in:
parent
6cf42fb8ba
commit
4efff1cd77
1 changed files with 2 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in a new issue