From d6ad3a7bc0150392878fa4afba1035475fa33a11 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 15 Mar 2018 18:02:39 +0530 Subject: [PATCH] removed unused line --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js index 169fcfb..c22a45f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -175,7 +175,6 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, $scope.Title = result.LabExercise[index].Questions[index1].Title; $scope.Imagepath = keywords.labexercise + "/" + result.LabExercise[index].Questions[index1].ImagePath; } - $scope.ShowHideDiv(result.LabExercise[index].Questions[index1].Options[0].textalign); if ($scope.Title == "Complete the statements below.") { $("#imgdiv").css("position", "static"); -- libgit2 0.21.4