#3938: solved this issue, but more checking needs to be done to see whether this is sufficient

Joshua Zeltser 7 years ago
parent a403d59cb0
commit 9b1fa3d66b

@ -73,6 +73,8 @@ define([
var multiselect = $('<option/>').attr('value','multiselect').attr('disabled','').text('-');
var sel = $('<select/>')
.attr('id','cell_type')
.attr('aria-label', 'combobox, select cell type')
.attr('role', 'combobox')
.addClass('form-control select-xs')
.append($('<option/>').attr('value','code').text(i18n.msg._('Code')))
.append($('<option/>').attr('value','markdown').text(i18n.msg._('Markdown')))

Loading…
Cancel
Save