change orientation for delete tooltip to left, fix #4589

This commit is contained in:
Jan-Christoph Borchardt 2013-08-28 17:58:23 +02:00
parent 5a03707184
commit e7b40983e4
1 changed files with 1 additions and 0 deletions

View File

@ -762,6 +762,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});