Dialog not centered because of other JS code

Dialog not centered because of other JS code

Hello,

As soon as I add the code below (from a tooltip plugin from Jorn),
the jQuery UI Dialog will not be centered and will be displayed on the top left of the screen.

What can I do to fix that issue ?

$('div.quarter').tooltip({ 
track: true, 
delay: 0, 
showURL: false, 
showBody: " @ ", 
fade: 250 
});

Thank you for any help.