Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Thannarot committed Aug 1, 2019
1 parent 6ef029c commit bc148a5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@
$scope.sliderYear = data.from;
if ($('#land-cover-classes-tab').hasClass('active')) {
$scope.updateAssemblageProduct('v1');
$scope.showCompositeMap();
} else if ($('#primitive-tab').hasClass('active')) {
$scope.updatePrimitive($scope.primitiveIndex, 'v1');
}
Expand All @@ -660,7 +659,6 @@
if ($('#land-cover-classes-tab').hasClass('active')) {
$scope.updateAssemblageProduct('v2');
$scope.showProbabilityMap();
$scope.showCompositeMap();
} else if ($('#primitive-tab').hasClass('active')) {
$scope.updatePrimitive($scope.primitiveIndex, 'v2');
}
Expand Down

0 comments on commit bc148a5

Please sign in to comment.