mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 12:30:40 -05:00
Merge pull request #44264 from nextcloud/fix/remove-old-unsupported-tooltip-dispose
fix(files_external): Remove invalid jQuery Tooltip usage
This commit is contained in:
commit
4de045ae16
1 changed files with 0 additions and 3 deletions
|
|
@ -1327,9 +1327,6 @@ MountConfigListView.prototype = _.extend({
|
|||
}
|
||||
if (typeof message === 'string') {
|
||||
$statusSpan.attr('title', message);
|
||||
$statusSpan.tooltip();
|
||||
} else {
|
||||
$statusSpan.tooltip('dispose');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue