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

fix(files_external): Remove invalid jQuery Tooltip usage
pull/44275/head
Ferdinand Thiessen 2 months ago committed by GitHub
commit 4de045ae16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save