diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-15 17:49:36 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-15 17:49:36 -0400 |
commit | 1ec75330ecf342ef38092934294a6a444bbbdac7 (patch) | |
tree | 658555747f66b90b6547e7fe58ec8f3a9fb19417 /core/js/js.js | |
parent | 801e4f86116c0ef9af4ad93a39b955deaa2f6ce8 (diff) | |
parent | 98997a51fa7883f9da7e9210732daf1a607ff861 (diff) | |
download | nextcloud-server-1ec75330ecf342ef38092934294a6a444bbbdac7.tar.gz nextcloud-server-1ec75330ecf342ef38092934294a6a444bbbdac7.zip |
Merge branch 'master' into sharing
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/js/js.js b/core/js/js.js index 2f495321b86..3e53a8bbce2 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -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}); |