Distinguish the discontinued plans.
This commit is contained in:
parent
b5f1723adc
commit
19d7125253
5 changed files with 25 additions and 20 deletions
|
@ -1915,10 +1915,6 @@ quayApp.directive('planManager', function () {
|
|||
return true;
|
||||
};
|
||||
|
||||
$scope.getActiveSubClass = function() {
|
||||
return 'active';
|
||||
};
|
||||
|
||||
$scope.changeSubscription = function(planId) {
|
||||
if ($scope.planChanging) { return; }
|
||||
|
||||
|
|
Reference in a new issue