Merge pull request #44264 from nextcloud/fix/remove-old-unsupported-tooltip-dispose

fix(files_external): Remove invalid jQuery Tooltip usage
This commit is contained in:
Ferdinand Thiessen 2024-03-18 13:45:53 +01:00 committed by GitHub
commit 4de045ae16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1327,9 +1327,6 @@ MountConfigListView.prototype = _.extend({
}
if (typeof message === 'string') {
$statusSpan.attr('title', message);
$statusSpan.tooltip();
} else {
$statusSpan.tooltip('dispose');
}
},