We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f52ff commit 0707aaaCopy full SHA for 0707aaa
media/commitfest/js/commitfest.js
@@ -242,7 +242,7 @@ function deleteAnnotation(annid) {
242
243
function flagCommitted(committer) {
244
$("#commitModal").modal();
245
- $("#committerSelect").val(committer);
+ $("#committerSelect")[0].selectize.setValue(committer);
246
$("#doCommitButton").unbind("click");
247
$("#doCommitButton").click(() => {
248
const c = $("#committerSelect").val();
0 commit comments