summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-12-07 12:12:40 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-12-07 17:21:26 +0100
commit80d8ca24ec5d8b0071c0c901dfe042d99a46fcd7 (patch)
treed575f5794f5c45d522f9f2879515143440f939a8 /core
parent2ec96c7a636f8c5bdd75144d79a30f868be470b2 (diff)
downloadnextcloud-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.js2
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});