summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-15 15:31:42 -0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-15 15:31:42 -0700
commitd2767faf6104f4a4f0330c1771c488beea6245cd (patch)
tree8a40a297db061318519e902fa7755da5f5bf18fc /core/js/js.js
parentbd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff)
parentb632b8f4e41f12d62fd4abdefa63fc9f9accd432 (diff)
downloadnextcloud-server-d2767faf6104f4a4f0330c1771c488beea6245cd.tar.gz
nextcloud-server-d2767faf6104f4a4f0330c1771c488beea6245cd.zip
Merge pull request #4113 from owncloud/delete-fix
Delete icon fix
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 60a29342f26..c2b81ae3272 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -762,7 +762,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});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});