Skip to content

Commit

Permalink
Merge pull request #28 from uclixnjupyternbaccessibility/fabiha-branch
Browse files Browse the repository at this point in the history
Fixes issue jupyter#3977
  • Loading branch information
joshuazeltser authored Jul 1, 2019
2 parents fda7940 + df41bd9 commit a728686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/static/notebook/js/celltoolbarpresets/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ define([
"is treated as tag separators.");

var textarea = $('<textarea/>')
.attr('aria-label', 'Edit the tags in the text area')
.attr('rows', '13')
.attr('cols', '80')
.attr('name', 'tags')
Expand Down

0 comments on commit a728686

Please sign in to comment.