change orientation for delete tooltip to left, fix #4589
This commit is contained in:
parent
5a03707184
commit
e7b40983e4
|
@ -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});
|
||||
|
||||
|
|
Loading…
Reference in New Issue