From df789f0c96e23c58963ed936b09b3ce47bc32b89 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 15 Oct 2014 17:16:43 -0400 Subject: [PATCH] fixed a couple errors in app.js and index fixed a couple errors i caused by deleting a file. i forgot to delete the references to the file in app.js and index.html --- awx/ui/static/js/app.js | 5 +---- awx/ui/templates/ui/index.html | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index 4c6b86d96e..0e6a08978b 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -117,10 +117,7 @@ angular.module('Tower', [ 'LoadConfigHelper', 'SocketHelper', 'AboutAnsibleHelpModal', - 'SurveyQuestionFormDefinition', - 'PortalJobsListDefinition' - - + 'SurveyQuestionFormDefinition' ]) .constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/') diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 4f6bf93947..4a4db087aa 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -116,7 +116,6 @@ -