Commit 1f6f64e923401e1c0bfd51eb6939a144e3433da4
Manual Merge for bug 24987
Showing
2 changed files
with
15 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -1358,7 +1358,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou |
1358 | 1358 | } |
1359 | 1359 | |
1360 | 1360 | $rootScope.hidePins = function () { |
1361 | - $rootScope.isshowAllPinsBtnAfterHideClicked = false; | |
1361 | + $("#dropdownMenu221").addClass("aaSystemDisable"); | |
1362 | 1362 | $rootScope.isLoading = true; |
1363 | 1363 | $('#spinner').css('visibility', 'visible'); |
1364 | 1364 | $scope.hideSpeechBubble(); |
... | ... | @@ -1387,6 +1387,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou |
1387 | 1387 | } |
1388 | 1388 | |
1389 | 1389 | $scope.showAllPinsAfterHide = function (event) { |
1390 | + if ($("#dropdownMenu221").hasClass("aaSystemDisable")) { | |
1391 | + $("#dropdownMenu221").removeClass("aaSystemDisable"); | |
1392 | + } | |
1390 | 1393 | $rootScope.isLoading = true; |
1391 | 1394 | $('#spinner').css('visibility', 'visible'); |
1392 | 1395 | $scope.isHidePinBtnClicked = false; |
... | ... | @@ -1413,7 +1416,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou |
1413 | 1416 | |
1414 | 1417 | |
1415 | 1418 | $scope.showSelectedPins = function () { |
1416 | - $rootScope.isshowAllPinsBtnAfterHideClicked = false; | |
1419 | + if ($("#dropdownMenu221").hasClass("aaSystemDisable")) { | |
1420 | + $("#dropdownMenu221").removeClass("aaSystemDisable"); | |
1421 | + } | |
1417 | 1422 | $rootScope.isLoading = true; |
1418 | 1423 | $('#spinner').css('visibility', 'visible'); |
1419 | 1424 | ... | ... |
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css