diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-10-23 11:40:40 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-10-23 11:40:40 +0200 |
commit | d46288b0abea28a4e0184f6720e990a05d5f19a9 (patch) | |
tree | eb67d6849ff6239381f72fcca2b4c84da3d43ae7 /core/js | |
parent | 122fa190c684d953c1f11930109ca6644fde485c (diff) | |
download | nextcloud-server-d46288b0abea28a4e0184f6720e990a05d5f19a9.tar.gz nextcloud-server-d46288b0abea28a4e0184f6720e990a05d5f19a9.zip |
'New' button, needs some css work
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 9e814ca0729..8cfb58982ad 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -365,7 +365,7 @@ $(document).ready(function(){ $('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true}); $('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true}); $('.password .action').tipsy({gravity:'se', fade:true, live:true}); - $('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true}); + $('.file_upload_button_wrapper').tipsy({gravity:'w', fade:true}); $('.selectedActions a.delete').tipsy({gravity: 'se', fade:true, live:true}); $('.selectedActions a').tipsy({gravity:'s', fade:true, live:true}); $('#headerSize').tipsy({gravity:'s', fade:true, live:true}); |