Commit b270cc70aec766b892324b7af210d50bf1fb74d6
1 parent
2c208565
this is solution for the bug 24988
Showing
1 changed file
with
1 additions
and
3 deletions
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 | ... | ... |