From 520f5e486110dc0e35ba75dd3e88dab4bc5af846 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 13 Nov 2013 22:33:01 +0000 Subject: [PATCH] AC-633 js error fixed. --- awx/ui/static/js/helpers/Hosts.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/awx/ui/static/js/helpers/Hosts.js b/awx/ui/static/js/helpers/Hosts.js index f156b2f6ee..25bcb7c524 100644 --- a/awx/ui/static/js/helpers/Hosts.js +++ b/awx/ui/static/js/helpers/Hosts.js @@ -860,16 +860,6 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H scope.removeHostsReload = scope.$on('hostsReload', function() { HostsReload(params); }); - - - // After the group record is loaded, retrieve any group variables - if (scope.hostLoadedRemove) { - scope.hostLoadedRemove(); - } - scope.hostLoadedRemove = scope.$on('hostLoaded', function() { - - }); - if (!scope.$$phase) { scope.$digest();