##// END OF EJS Templates
dashboard: avoid double ajax calls
ergo -
Show More
@@ -662,6 +662,5 b' function IndexDashboardController($rootScope, $scope, $location, $cookies, $inte'
662 if (stateHolder.AeUser.applications.length){
662 if (stateHolder.AeUser.applications.length){
663 vm.show_dashboard = true;
663 vm.show_dashboard = true;
664 vm.determineStartState();
664 vm.determineStartState();
665 vm.refreshData();
666 }
665 }
667 }
666 }
General Comments 0
You need to be logged in to leave comments. Login now