summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-18 18:41:01 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-18 18:41:01 +0200
commit8a25d1ad068b67914ae87159e062c28433a3a789 (patch)
tree52ac40f0be4a57b7cf7a5c519907fd25336874a8 /core/js/js.js
parent197c979d264f15d82e991f45c7155b2172aae3c6 (diff)
downloadnextcloud-server-8a25d1ad068b67914ae87159e062c28433a3a789.tar.gz
nextcloud-server-8a25d1ad068b67914ae87159e062c28433a3a789.zip
remove unnecessary tipsy for Files delete
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 5158b66d73a..6558adbb6a7 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -664,7 +664,6 @@ $(document).ready(function(){
$('.password .action').tipsy({gravity:'se', fade:true, live:true});
$('#upload').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});
$('#headerSize').tipsy({gravity:'s', fade:true, live:true});
$('td.filesize').tipsy({gravity:'s', fade:true, live:true});