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>
pull/44264/head
Ferdinand Thiessen 2 months ago
parent 7bab308c68
commit 278f9799d1
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400

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

Loading…
Cancel
Save