diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-27 22:16:39 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-27 22:16:39 -0400 |
commit | fef7e9d5f448c490cd9f6184381d9bc73dd23a63 (patch) | |
tree | 4504ae38008bad76f1086c57c75ebf10df8c9ab4 /core | |
parent | 1b6a77ce5e55b21b3da28ce31292af79d643976a (diff) | |
download | nextcloud-server-fef7e9d5f448c490cd9f6184381d9bc73dd23a63.tar.gz nextcloud-server-fef7e9d5f448c490cd9f6184381d9bc73dd23a63.zip |
Style changes for multiselect and add tipsy for file size
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js index a72573e326f..f2b60790c79 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -339,6 +339,7 @@ $(document).ready(function(){ $('.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}); + $('#headerSize').tipsy({gravity:'s', fade:true, live:true}); $('input').tipsy({gravity:'w', fade:true}); $('input[type=text]').focus(function(){ |