Revert "Fix live events with scheduled jobs on dashboard"

This reverts commit c9b4882012357db8d4effb5b38a22049599468b6.
This commit is contained in:
Joe Fiorini 2015-03-09 13:38:36 -04:00
parent 78a4252e7b
commit 0507e89709

View File

@ -50,7 +50,6 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities'])
$rootScope.$on('JobStatusChange', function() {
jobs_scope.refreshJobs();
scheduled_scope.refreshSchedules();
});
if (scope.removeListLoaded) {