Merge pull request #4744 from uclixnjupyternbaccessibility/issue-3977

Name of the "EditTextbox" is missing: #3977
pull/4760/head
Thomas Kluyver 7 years ago committed by GitHub
commit 563593af75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,6 +166,7 @@ define([
"is treated as tag separators.");
var textarea = $('<textarea/>')
.attr('aria-label', i18n.msg._('Edit the tags in the text area'))
.attr('rows', '13')
.attr('cols', '80')
.attr('name', 'tags')

Loading…
Cancel
Save