diff --git a/src/main/ui/static/boot/indexMainApp.js b/src/main/ui/static/boot/indexMainApp.js index c9f593006..0b2d2c982 100644 --- a/src/main/ui/static/boot/indexMainApp.js +++ b/src/main/ui/static/boot/indexMainApp.js @@ -69,7 +69,7 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo if ($scope.currentUser.role == 1 || $scope.currentUser.role == 2) { $scope.getAgStatus(); } - + $scope.loadPartnerNotice(); }, function (resp) { if (resp.status == 403) { location.href = 'login.html?f=' + encodeURIComponent(location.href); @@ -100,7 +100,6 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo } }) }; - $scope.loadPartnerNotice(); $scope.loadSignEvents = function () { $http.get('/client/partner_info/sign_events').then(function (resp) {