diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index e5197bc390..1fe48ad12c 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -771,7 +771,6 @@ var tower = angular.module('Tower', [ function ($q, $compile, $cookieStore, $rootScope, $log, CheckLicense, $location, Authorization, LoadBasePaths, Timer, ClearScope, Socket, LoadConfig, Store, ShowSocketHelp, pendoService, Prompt, Rest, Wait, ProcessErrors, $state, GetBasePath) { var sock; - $rootScope.addPermission = function (scope) { $compile("")(scope); }