From 4efff1cd7748e10edf409b00380f0b3121605531 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sun, 7 Aug 2011 00:44:02 +0200 Subject: [PATCH] Use Tipsy functions to update the onscreen tooltip instead of mouseover() --- public/javascripts/publisher.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/javascripts/publisher.js b/public/javascripts/publisher.js index ef5449194..77950f6e2 100644 --- a/public/javascripts/publisher.js +++ b/public/javascripts/publisher.js @@ -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){