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

Commit eca1aa0

Browse files
committed
Remove short answer legend
No other components label themselves so why this one?
1 parent b5a1727 commit eca1aa0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runestone/shortanswer/js/shortanswer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ export default class ShortAnswer extends RunestoneBase {
5858
this.containerDiv.appendChild(this.newForm);
5959
this.fieldSet = document.createElement("fieldset");
6060
this.newForm.appendChild(this.fieldSet);
61-
this.legend = document.createElement("legend");
62-
this.legend.innerHTML = "Short Answer";
63-
this.fieldSet.appendChild(this.legend);
6461
this.firstLegendDiv = document.createElement("div");
6562
this.firstLegendDiv.innerHTML = this.question;
6663
$(this.firstLegendDiv).addClass("journal-question");

0 commit comments

Comments
 (0)