mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix tipsy gravity after rebase
This commit is contained in:
parent
9c402c761f
commit
d1439ec104
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
// TODO: special icons / shared / external
|
||||
$iconDiv.css('background-image', 'url("' + OC.MimeType.getIconUrl('dir') + '")');
|
||||
}
|
||||
this.$el.find('[title]').tipsy();
|
||||
this.$el.find('[title]').tipsy({gravity: 'n'});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue