diff --git a/src/main/ui/static/boot/indexMainApp.js b/src/main/ui/static/boot/indexMainApp.js index db120c1d8..6cb90b5d0 100644 --- a/src/main/ui/static/boot/indexMainApp.js +++ b/src/main/ui/static/boot/indexMainApp.js @@ -131,9 +131,9 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo }); }; - if ($scope.currentUser.role == 1 || $scope.currentUser.role == 2) { - $scope.getAgStatus(); - } + // if ($scope.currentUser.role == 1 || $scope.currentUser.role == 2) { + // $scope.getAgStatus(); + // } $scope.refundNotice = {counts: 0}; $scope.openRefundNotice = false; $scope.showRefundNotice = function () {