Merge pull request #20078 from owncloud/tipsy-body

Append tipsys to body
This commit is contained in:
Thomas Müller 2015-10-27 15:08:25 +01:00
commit c15b2094e5

View file

@ -1981,7 +1981,8 @@ jQuery.fn.tipsy = function(argument) {
placement: 'bottom',
delay: { 'show': 0, 'hide': 0},
trigger: 'hover',
html: false
html: false,
container: 'body'
};
if(argument.gravity) {
switch(argument.gravity) {