From b270cc70aec766b892324b7af210d50bf1fb74d6 Mon Sep 17 00:00:00 2001 From: Mukul Date: Fri, 8 Dec 2017 11:35:04 +0530 Subject: [PATCH] this is solution for the bug 24988 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 83bb6fd..848452c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -1446,9 +1446,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $scope.showSelectedPins = function () { - if ($("#dropdownMenu221").hasClass("aaSystemDisable")) { - $("#dropdownMenu221").removeClass("aaSystemDisable"); - } + $("#dropdownMenu221").addClass("aaSystemDisable"); $rootScope.isLoading = true; $('#spinner').css('visibility', 'visible'); -- libgit2 0.21.4