Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit b235e8d

Browse files
committed
resolve conflict
1 parent 2678110 commit b235e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/selectquestion/js/selectone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export default class SelectOne extends RunestoneBase {
343343
var selectorId = parentID + "-toggleSelectedQuestion";
344344
var toggleQuestionSelect = document.getElementById(parentID).getElementsByTagName("select")[0];
345345
document.getElementById(selectorId).innerHTML = ""; // need to check whether this is even necessary
346-
renderRunestoneComponent(htmlsrc, selectorId, {
346+
await renderRunestoneComponent(htmlsrc, selectorId, {
347347
selector_id: selectorId,
348348
useRunestoneServices: true,
349349
});

0 commit comments

Comments
 (0)