]> source.dussan.org Git - nextcloud-server.git/commitdiff
use the same tooltip as for the password field
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 31 Jan 2013 16:00:05 +0000 (17:00 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 31 Jan 2013 16:00:05 +0000 (17:00 +0100)
core/js/js.js

index 01e47edf2683876b0d1d37d5a0f99a39f96620e7..9c8cf4aa625016cc57dae0a237cd4a547a9334de 100644 (file)
@@ -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});