From 2b5d64d7468a518c64120758c575aef7654b7e87 Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Thu, 15 Dec 2016 15:16:25 -0800 Subject: [PATCH] removing debugger statements --- awx/ui/client/src/controllers/Schedules.js | 2 +- awx/ui/client/src/templates/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/controllers/Schedules.js b/awx/ui/client/src/controllers/Schedules.js index 5a29150215..edebf66a84 100644 --- a/awx/ui/client/src/controllers/Schedules.js +++ b/awx/ui/client/src/controllers/Schedules.js @@ -65,7 +65,7 @@ GetBasePath, Wait, Find, LoadSchedulesScope, GetChoices) { msg: 'Call to ' + url + ' failed. GET returned: ' + status }); }); }); - debugger; + $scope.refreshJobs = function() { // @issue: OLD SEARCH // $scope.search(SchedulesList.iterator); diff --git a/awx/ui/client/src/templates/main.js b/awx/ui/client/src/templates/main.js index b458121def..03b380bd58 100644 --- a/awx/ui/client/src/templates/main.js +++ b/awx/ui/client/src/templates/main.js @@ -115,7 +115,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA }, 'jobTemplateList@templates.editWorkflowJobTemplate.workflowMaker': { templateProvider: function(WorkflowMakerJobTemplateList, generateList) { - //debugger; + let html = generateList.build({ list: WorkflowMakerJobTemplateList, input_type: 'radio',