fixing delete tooltip
This commit is contained in:
parent
add9673ad6
commit
eea0d2e096
1 changed files with 2 additions and 3 deletions
|
@ -414,10 +414,9 @@ $(document).ready(function(){
|
|||
$('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
|
||||
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
|
||||
$('.file_upload_button_wrapper').tipsy({gravity:'w', fade:true});
|
||||
$('.selectedActions a.delete').tipsy({gravity: 'se', fade:true, live:true});
|
||||
$('a.action').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('a.delete').tipsy({gravity: 'se', fade:true, live:true});
|
||||
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('a.delete').tipsy({gravity: 'se', fade:true, live:true});
|
||||
$('a.action').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('#headerSize').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('td.filesize').tipsy({gravity:'s', fade:true, live:true});
|
||||
$('td .modified').tipsy({gravity:'s', fade:true, live:true});
|
||||
|
|
Loading…
Reference in a new issue