]> source.dussan.org Git - nextcloud-server.git/commitdiff
seriously gone a bit overboard with tipsy
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 15 Aug 2011 21:45:25 +0000 (23:45 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 15 Aug 2011 21:45:25 +0000 (23:45 +0200)
core/js/js.js

index 2f495321b863ac7f1ebb5a2bfc1ee3668e5c6dee..3e53a8bbce282897bc57f883ee6f18cafd412c03 100644 (file)
@@ -302,9 +302,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});
-       $('.remove .action').tipsy({gravity:'se', fade:true, live:true});
-       $('.date .action').tipsy({gravity:'se', fade:true, live:true});
-       $('.action').tipsy({gravity:'s', fade:true, live:true});
+       $('.password .action').tipsy({gravity:'se', fade:true, live:true});
        $('.selectedActions a.delete').tipsy({gravity: 'ne', fade:true, live:true});
        $('.selectedActions a').tipsy({gravity:'n', fade:true, live:true});
        $('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true});