mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
changed footer and pendolytics to using new convention to get rid of jshint errors
This commit is contained in:
@@ -77,7 +77,6 @@ __deferLoadIfEnabled();
|
|||||||
|
|
||||||
var tower = angular.module('Tower', [
|
var tower = angular.module('Tower', [
|
||||||
'ngAnimate',
|
'ngAnimate',
|
||||||
'pendolytics',
|
|
||||||
'ngRoute',
|
'ngRoute',
|
||||||
'ngSanitize',
|
'ngSanitize',
|
||||||
'ngCookies',
|
'ngCookies',
|
||||||
@@ -96,6 +95,8 @@ var tower = angular.module('Tower', [
|
|||||||
templateUrl.name,
|
templateUrl.name,
|
||||||
adhoc.name,
|
adhoc.name,
|
||||||
login.name,
|
login.name,
|
||||||
|
pendolytics.name,
|
||||||
|
footer.name,
|
||||||
'templates',
|
'templates',
|
||||||
'Utilities',
|
'Utilities',
|
||||||
'LicenseHelper',
|
'LicenseHelper',
|
||||||
@@ -183,7 +184,6 @@ var tower = angular.module('Tower', [
|
|||||||
'PortalJobsListDefinition',
|
'PortalJobsListDefinition',
|
||||||
'features',
|
'features',
|
||||||
'longDateFilter',
|
'longDateFilter',
|
||||||
'footer'
|
|
||||||
])
|
])
|
||||||
|
|
||||||
.constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/')
|
.constant('AngularScheduler.partials', urlPrefix + 'lib/angular-scheduler/lib/')
|
||||||
|
|||||||
Reference in New Issue
Block a user