diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-14 16:12:27 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-14 16:12:31 +0200 |
commit | 7bb261f81014b3f0abb2677f22289e6906ced749 (patch) | |
tree | 5f310d1adb00c9d778ca60422c976c301e7cd992 /files | |
parent | df532e3f823375e059defff4e5e3fee2af6c8054 (diff) | |
download | nextcloud-server-7bb261f81014b3f0abb2677f22289e6906ced749.tar.gz nextcloud-server-7bb261f81014b3f0abb2677f22289e6906ced749.zip |
more fixes for Personal and Tipsy
Diffstat (limited to 'files')
-rw-r--r-- | files/js/files.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/js/files.js b/files/js/files.js index 4eb8feb87d8..baf8debf48b 100644 --- a/files/js/files.js +++ b/files/js/files.js @@ -17,10 +17,6 @@ $(document).ready(function() { $(this).parent().children('.file_upload_start').trigger('click'); return false; }); - - $('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true}); - $('td.filesize').tipsy({gravity:'s', fade:true, live:true}); - $('td .modified').tipsy({gravity:'s', fade:true, live:true}); // Sets the file-action buttons behaviour : $('tr').live('mouseenter',function(event) { |