fix accessibility of New button, use alt text instead of tooltip
This commit is contained in:
parent
afc7eeacaf
commit
2356ba2494
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue