replace tipsy with tooltip

This commit is contained in:
Hendrik Leppelsack 2015-08-07 12:33:50 +02:00
parent d1439ec104
commit 7760300fca
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
// TODO: special icons / shared / external
$iconDiv.css('background-image', 'url("' + OC.MimeType.getIconUrl('dir') + '")');
}
this.$el.find('[title]').tipsy({gravity: 'n'});
this.$el.find('[title]').tooltip({placement: 'bottom'});
}
}
});