Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-08-28 06:16:39 +0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-08-28 06:16:39 +0400
commitfef7e9d5f448c490cd9f6184381d9bc73dd23a63 (patch)
tree4504ae38008bad76f1086c57c75ebf10df8c9ab4 /core
parent1b6a77ce5e55b21b3da28ce31292af79d643976a (diff)
Style changes for multiselect and add tipsy for file size
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js1
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(){