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");