Skip to content

Commit

Permalink
Merge pull request #44264 from nextcloud/fix/remove-old-unsupported-t…
Browse files Browse the repository at this point in the history
…ooltip-dispose

fix(files_external): Remove invalid jQuery Tooltip usage
  • Loading branch information
susnux authored Mar 18, 2024
2 parents 3af954f + 278f979 commit 4de045a
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 4de045a

Please sign in to comment.