From fef7e9d5f448c490cd9f6184381d9bc73dd23a63 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Sat, 27 Aug 2011 22:16:39 -0400 Subject: Style changes for multiselect and add tipsy for file size --- core/js/js.js | 1 + 1 file changed, 1 insertion(+) (limited to 'core/js/js.js') 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(){ -- cgit v1.2.3