From f78410ec2d36af24ed16098be52f6b9b62f8c12c Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 14 Mar 2017 15:30:09 -0400 Subject: [PATCH] update app.js to remove helpers --- awx/ui/client/src/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index d7fbc0eb31..a298b634bd 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -145,8 +145,6 @@ var tower = angular.module('Tower', [ 'TemplatesListDefinition', 'PortalJobTemplatesListDefinition', 'JobTemplateFormDefinition', - 'JobTemplatesHelper', - 'JobSubmissionHelper', 'CompletedJobsDefinition', 'AllJobsDefinition', 'JobSummaryDefinition', @@ -158,7 +156,6 @@ var tower = angular.module('Tower', [ //'Timezones', 'JobsListDefinition', 'LogViewerStatusDefinition', - 'StandardOutHelper', 'LogViewerOptionsDefinition', 'lrInfiniteScroll', 'PortalJobsListDefinition',