summaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileactions.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 /apps/files/js/fileactions.js
parent197c979d264f15d82e991f45c7155b2172aae3c6 (diff)
downloadnextcloud-server-8a25d1ad068b67914ae87159e062c28433a3a789.tar.gz
nextcloud-server-8a25d1ad068b67914ae87159e062c28433a3a789.zip
remove unnecessary tipsy for Files delete
Diffstat (limited to 'apps/files/js/fileactions.js')
-rw-r--r--apps/files/js/fileactions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index bb0a27638e4..59cf007f53d 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -125,7 +125,7 @@ var FileActions = {
if (typeof trashBinApp !== 'undefined' && trashBinApp) {
var html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete" />';
} else {
- var html = '<a href="#" original-title="' + t('files', 'Delete') + '" class="action delete delete-icon" />';
+ var html = '<a href="#" class="action delete delete-icon" />';
}
var element = $(html);
element.data('action', actions['Delete']);