diff --git a/awx/ui/static/js/widgets/DashboardJobs.js b/awx/ui/static/js/widgets/DashboardJobs.js index f8411aa3d1..ac6621a0e9 100644 --- a/awx/ui/static/js/widgets/DashboardJobs.js +++ b/awx/ui/static/js/widgets/DashboardJobs.js @@ -50,7 +50,6 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities']) $rootScope.$on('JobStatusChange', function() { jobs_scope.refreshJobs(); - scheduled_scope.refreshSchedules(); }); if (scope.removeListLoaded) {