diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-12-07 12:12:40 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-12-07 17:21:26 +0100 |
commit | 80d8ca24ec5d8b0071c0c901dfe042d99a46fcd7 (patch) | |
tree | d575f5794f5c45d522f9f2879515143440f939a8 /core | |
parent | 2ec96c7a636f8c5bdd75144d79a30f868be470b2 (diff) | |
download | nextcloud-server-80d8ca24ec5d8b0071c0c901dfe042d99a46fcd7.tar.gz nextcloud-server-80d8ca24ec5d8b0071c0c901dfe042d99a46fcd7.zip |
fix svg -> png replacement for android, cleanup and remove obsolete css
Diffstat (limited to 'core')
-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 3b4cabe710b..7d967321d93 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -615,7 +615,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:'w', fade:true}); + $('#upload a').tipsy({gravity:'w', fade:true}); $('.selectedActions a').tipsy({gravity:'s', fade:true, live:true}); $('a.delete').tipsy({gravity: 'e', fade:true, live:true}); $('a.action').tipsy({gravity:'s', fade:true, live:true}); |