fix(files_external): Remove invalid jQuery Tooltip usage

This caused the UI to throw an error causing it to be unusable.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-03-18 01:23:40 +01:00
parent 7bab308c68
commit 278f9799d1
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

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