Accessibility improvement, title for popup close button

Apparently it read as "times" in screen readers.
This commit is contained in:
Mikael Nordfeldth
2015-09-28 00:47:16 +02:00
parent ad3b62cf2f
commit d6e56924fe
2 changed files with 2 additions and 1 deletions

View File

@@ -771,7 +771,7 @@ var SN = { // StatusNet
form
.addClass('dialogbox')
.append('<button class="close">&#215;</button>')
.append('<button class="close" title="' + SN.msg('popup_close_button') + '">&#215;</button>')
.closest('.notice-options')
.addClass('opaque');