From 71b71201765a14fdbecdf0156e0c5d4e58efb9b8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Sep 2018 12:37:08 +0530 Subject: [PATCH] changed cross image --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js index cc84f22..75766f3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -438,7 +438,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, sortedQuestionHtml += '' + $q.find("td:nth-child(1)").text() + '' + $q.find("td:nth-child(2)").text() + '' + $q.find("td:nth-child(3)").text() + ''; } else { - sortedQuestionHtml += '' + $q.find("td:nth-child(1)").text() + '' + $q.find("td:nth-child(2)").text() + '' + $q.find("td:nth-child(3)").text() + ''; + sortedQuestionHtml += '' + $q.find("td:nth-child(1)").text() + '' + $q.find("td:nth-child(2)").text() + '' + $q.find("td:nth-child(3)").text() + ''; } } }); -- libgit2 0.21.4