diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-15 17:48:18 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-15 17:48:18 -0400 |
commit | 98997a51fa7883f9da7e9210732daf1a607ff861 (patch) | |
tree | 44a2b9ed33fa27d75a1ea0fd1c0fbd2c1069260e | |
parent | 70405cc80e90e1770e68bd6db0f01ee5c4bb7230 (diff) | |
parent | e954d2d0138594dc15ec01542f38e97fa69124a9 (diff) | |
download | nextcloud-server-98997a51fa7883f9da7e9210732daf1a607ff861.tar.gz nextcloud-server-98997a51fa7883f9da7e9210732daf1a607ff861.zip |
Merge branch 'master' of git://anongit.kde.org/owncloud
-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}); |