We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ca565 commit c240bcfCopy full SHA for c240bcf
1 file changed
exercise/static/exercise/chapter.js
@@ -320,7 +320,7 @@
320
first_div.attr("class", "form-group");
321
322
var button = $("<input>");
323
- button.attr("class", "btn btn-primary");
+ button.attr("class", "btn btn-primary mt-3");
324
button.attr("value", "Submit");
325
button.attr("type", "submit");
326
@@ -405,6 +405,7 @@
405
if (exercise.element.attr("data-title"))
406
title = "<p><b>" + exercise.element.attr("data-title") + "</b></p>";
407
exercise.element.find(exercise.settings.summary_selector).remove();
408
+ $('.exercise-nav-info').parent().remove();
409
$(title).prependTo(exercise.element.find(".exercise-response"));
410
}
411
0 commit comments