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

Commit

Permalink
Add exam #3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezL committed Dec 6, 2018
1 parent 05df431 commit 50e0751
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
});



function displayTable (container, inner)
{
// Generate Header
Expand Down Expand Up @@ -236,7 +235,6 @@ <h5 class="card-title mb-0">Total Score = ${inner.score}%</h5>`;
document.getElementById('sidebarList').appendChild(empty);
}


$('#sidebar').show();
}

Expand Down Expand Up @@ -361,6 +359,7 @@ <h5>ID: ${currentTest.id}</h5>
loadJSON();
outer=userJSON;

consol.log("showing Grid" + showingGrid);
if(showingGrid)
{
clearPage();
Expand Down Expand Up @@ -405,6 +404,8 @@ <h5>ID: ${currentTest.id}</h5>
{
outer=userJSON;
}
console.log("userMode: " + userMode);
console.log(userJSON);

},
error: function (jqXHR, textStatus, errorThrown)
Expand Down

0 comments on commit 50e0751

Please sign in to comment.