h('p.sr',gettext('This is a screen reader-friendly problem.')),
...
...
@@ -275,9 +279,6 @@ function DragAndDropTemplates(configuration) {
h('li',gettext('Press ESC if you want to cancel the drop operation (for example, to select a different item).')),
h('li',gettext('TAB back to the list of draggable items and repeat this process until all of the draggable items have been placed on their respective dropzones.')),
])
]),
h('div.modal-actions',[
h('button.modal-dismiss-button',gettext("OK"))
])
])
])
...
...
@@ -309,21 +310,21 @@ function DragAndDropTemplates(configuration) {