Skip to content

Commit

Permalink
fix(files_external): Remove invalid jQuery Tooltip usage
Browse files Browse the repository at this point in the history
This caused the UI to throw an error causing it to be unusable.

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Mar 18, 2024
1 parent 7bab308 commit 278f979
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/files_external/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1327,9 +1327,6 @@ MountConfigListView.prototype = _.extend({
}
if (typeof message === 'string') {
$statusSpan.attr('title', message);
$statusSpan.tooltip();
} else {
$statusSpan.tooltip('dispose');
}
},

Expand Down

0 comments on commit 278f979

Please sign in to comment.