##// 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 662 if (stateHolder.AeUser.applications.length){
663 663 vm.show_dashboard = true;
664 664 vm.determineStartState();
665 vm.refreshData();
666 665 }
667 666 }
General Comments 0
You need to be logged in to leave comments. Login now