summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-16 13:49:41 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-16 13:49:41 +0200
commit5b4b13e478e0a451761e8fe9ece1fd1c02ebffc6 (patch)
treef9a7026000fdefb29ea8b489c9cf0c6220cd9d6e
parent41e79675c3f2409df13a2b06f0ad9d55fa0ec5ad (diff)
parent2356ba249415961d6de456f4e71198cd55661a11 (diff)
downloadnextcloud-server-5b4b13e478e0a451761e8fe9ece1fd1c02ebffc6.tar.gz
nextcloud-server-5b4b13e478e0a451761e8fe9ece1fd1c02ebffc6.zip
Merge pull request #19085 from owncloud/fix-new-accessibility
fix accessibility of New button, use alt text instead of tooltip
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 23834fa44de..b746bcff43d 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -10,7 +10,7 @@
(function() {
- var TEMPLATE_ADDBUTTON = '<a href="#" class="button new" title="{{addText}}"><img src="{{iconUrl}}"></img></a>';
+ var TEMPLATE_ADDBUTTON = '<a href="#" class="button new"><img src="{{iconUrl}}" alt="{{addText}}"></img></a>';
/**
* @class OCA.Files.FileList