Skip to content
Snippets Groups Projects
Commit b3c80eb2 authored by Irina Kera Gundersen's avatar Irina Kera Gundersen
Browse files

Refactor code in frontend

parent 314fe17a
No related branches found
No related tags found
1 merge request!13Frontend refactor
......@@ -4,15 +4,6 @@ let deleteButton;
let editButton;
let oldFormData;
function trueOrFalse(){
if (1==2){
return true;
}
else{
return false
}
}
function disableExerciseForm() {
setReadOnly(true, "#form-exercise");
okButton.className += " hide";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment