Merge pull request #4627 from owncloud/trashbin-tipsy

change orientation for delete tooltip to left, fix #4589
This commit is contained in:
Morris Jobke 2013-08-28 09:09:40 -07:00
commit 584857de69
1 changed files with 1 additions and 0 deletions

View File

@ -761,6 +761,7 @@ $(document).ready(function(){
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
$('#upload').tipsy({gravity:'w', fade:true});
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
$('a.action.delete').tipsy({gravity:'e', fade:true, live:true});
$('a.action').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});