Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
Add Exam #4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezL committed Dec 6, 2018
1 parent 6219205 commit d702207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h5>ID: ${currentTest.id}</h5>
document.getElementById('newExamName').value ="";
$('#addTestAlert').collapse('hide');

reloadPage();
reloadJSON();
}
},
error: function (jqXHR, textStatus, errorThrown)
Expand All @@ -408,7 +408,7 @@ <h5>ID: ${currentTest.id}</h5>
}

function reloadJSON(){
console.log("loadJSON called");
console.log("reloadJSON called");
$.ajax(
{
type: "POST",
Expand Down

0 comments on commit d702207

Please sign in to comment.