Commit b270cc70aec766b892324b7af210d50bf1fb74d6

Authored by Mukul Rajput
1 parent 2c208565

this is solution for the bug 24988

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -1446,9 +1446,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
1446 1446  
1447 1447  
1448 1448 $scope.showSelectedPins = function () {
1449   - if ($("#dropdownMenu221").hasClass("aaSystemDisable")) {
1450   - $("#dropdownMenu221").removeClass("aaSystemDisable");
1451   - }
  1449 + $("#dropdownMenu221").addClass("aaSystemDisable");
1452 1450 $rootScope.isLoading = true;
1453 1451 $('#spinner').css('visibility', 'visible');
1454 1452  
... ...