mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #19285 from owncloud/fix-strengthify-tipsy
Implement builder pattern in tipsy shim
This commit is contained in:
commit
d0b17ec8d6
1 changed files with 1 additions and 0 deletions
|
|
@ -1972,4 +1972,5 @@ jQuery.fn.tipsy = function(argument) {
|
|||
this.tooltip(argument);
|
||||
jQuery.fn.tooltip.call(this, argument);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue