You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
@@ -68,41 +68,46 @@ class LP extends RunestoneBase {
68
68
});
69
69
this.checkServer("lp_build");
70
70
// Handle clicks to the "Save and run" button.
71
-
$(this.element).click(function(eventObject){
72
-
$(that.resultElement).val("Building...");
73
-
$(that.feedbackElement).text("").attr("");
74
-
// Since the Save and run button was clicked, we assume the code snippets have been changed; therefore, don't store ``correct`` or ``answer.resultString`` because they are out of date.
// Since the Save and run button was clicked, we assume the code snippets have been changed; therefore, don't store ``correct`` or ``answer.resultString`` because they are out of date.
0 commit comments