Commit f575d7bbdb918d79512c93b1b3fa1e0714edde8b

Authored by Nikita Kulshreshtha
1 parent aaf82b2b

removed debugger

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -1152,8 +1152,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
1152 1152 }
1153 1153  
1154 1154 $scope.highlightPinBasedOnSerachItem = function (event) {
1155   - debugger;
1156   - $scope.searchItemId = event.currentTarget.id;
  1155 +
  1156 + $scope.searchItemId = event.currentTarget.id;
1157 1157 $scope.searchItemText = event.currentTarget.innerHTML;
1158 1158 $('#termList option[selected="selected"]').prop("selected", false);
1159 1159 $('#termList option[value="' + $rootScope.searchSelectedText + '"]').prop("selected", true);
... ...