Forgot to remove reference to qtip after this part was converted to jQuery UI tooltip

This commit is contained in:
Marc Delisle 2013-01-05 08:00:47 -05:00
parent 60935f143e
commit 04e86728df

View File

@ -1548,10 +1548,7 @@ function PMA_ajaxShowMessage(message, timeout)
.delay(timeout)
.fadeOut('medium', function() {
if ($(this).is('.dismissable')) {
// Here we should destroy the qtip instance, but
// due to a bug in qtip's implementation we can
// only hide it without throwing JS errors.
$(this).qtip('hide');
$(this).tooltip('destroy');
}
// Remove the notification
$(this).remove();