Widget:Sandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 687: | Line 687: | ||
}); | }); | ||
$(event.currentTarget).addClass("boxed"); | $(event.currentTarget).addClass("boxed"); | ||
event.currentTarget.firstChild.prop("checked", true); | $(event.currentTarget.firstChild).prop("checked", true); | ||
if ($("#exam").find('#submit').length == 0) { | if ($("#exam").find('#submit').length == 0) { | ||
$("#examSpace").append("<div class='noSelect WBRButton' id='submit'><br />Submit</div>"); | $("#examSpace").append("<div class='noSelect WBRButton' id='submit'><br />Submit</div>"); |