mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
use the same tooltip as for the password field
This commit is contained in:
parent
170cf20298
commit
9cd692a6d0
1 changed files with 1 additions and 0 deletions
|
|
@ -672,6 +672,7 @@ $(document).ready(function(){
|
|||
// all the tipsy stuff needs to be here (in reverse order) to work
|
||||
$('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
|
||||
$('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
|
||||
$('.displayName .action').tipsy({gravity:'se', fade:true, live:true});
|
||||
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
|
||||
$('#upload').tipsy({gravity:'w', fade:true});
|
||||
$('.selectedActions a').tipsy({gravity:'s', fade:true, live:true});
|
||||
|
|
|
|||
Loading…
Reference in a new issue