From 748a5dd873b2a44d50fe17c032809fdf9d7bedd9 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 24 Aug 2016 11:28:37 +0530 Subject: [PATCH] issue in female view loading. this is because a randon text (highlightAfterExtractIssue) is placed in between code after merging. after deleting this he issue is fixed. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 85d7905..2071683 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -812,8 +812,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo var gender; if (localStorage.getItem("genderId") == 'Female') { gender = 'F'; - highlightAfterExtractIssue - } + } else { gender = 'M'; } @@ -6695,7 +6694,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo }) - highlightAfterExtractIssue $scope.VocabTermTxt = new jinqJs() .from(vocabTermTxt) .distinct('_TermText', '_ActualTermNumber') -- libgit2 0.21.4