From a22aeb2004bda3cbea7a4f0f64fed7642001f355 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 23 Mar 2018 12:46:40 +0530 Subject: [PATCH] removed commented code --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index ceb60c4..8be2b94 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -933,7 +933,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $rootScope.isLoading = false; $('#spinner').css('visibility', 'hidden'); - // $scope.MultiLanguageAnnationArray.push($rootScope.annotationText[i]) + } $scope.removeSpeechBubble = function () { @@ -1549,9 +1549,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou if ($rootScope.bodySystemTermArray[j].language == $rootScope.lexiconLanguageArray[0].id) { $rootScope.duplicateListArray.push({ "title": $rootScope.bodySystemTermArray[j].text, "id": $rootScope.bodySystemTermArray[j].termNumbr }); - - - // console.log($rootScope.bodySystemTermArray); + } } } -- libgit2 0.21.4