From 50e075178775716f87ffb048cf2d93a203f0767a Mon Sep 17 00:00:00 2001 From: "LUCAS\\Lucas" Date: Wed, 5 Dec 2018 19:23:32 -0500 Subject: [PATCH] Add exam #3 --- web/dashboard.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/dashboard.html b/web/dashboard.html index b8b5726..d6a47ba 100644 --- a/web/dashboard.html +++ b/web/dashboard.html @@ -185,7 +185,6 @@ }); - function displayTable (container, inner) { // Generate Header @@ -236,7 +235,6 @@
Total Score = ${inner.score}%
`; document.getElementById('sidebarList').appendChild(empty); } - $('#sidebar').show(); } @@ -361,6 +359,7 @@
ID: ${currentTest.id}
loadJSON(); outer=userJSON; + consol.log("showing Grid" + showingGrid); if(showingGrid) { clearPage(); @@ -405,6 +404,8 @@
ID: ${currentTest.id}
{ outer=userJSON; } + console.log("userMode: " + userMode); + console.log(userJSON); }, error: function (jqXHR, textStatus, errorThrown)