Distinguish the discontinued plans.

This commit is contained in:
yackob03 2013-12-24 14:23:53 -05:00
parent b5f1723adc
commit 19d7125253
5 changed files with 25 additions and 20 deletions

View file

@ -1915,10 +1915,6 @@ quayApp.directive('planManager', function () {
return true;
};
$scope.getActiveSubClass = function() {
return 'active';
};
$scope.changeSubscription = function(planId) {
if ($scope.planChanging) { return; }