1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

comment out ansible help service

This commit is contained in:
John Mitchell 2016-03-14 10:13:19 -04:00
parent 2bb9b8a6fe
commit 70c7c0242b

View File

@ -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("<add-permissions class='AddPermissions'></add-permissions>")(scope);
}