From 57fdacb2422ff068930921d413f88d998308a69a Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 3 Feb 2014 12:25:00 -0500 Subject: [PATCH] AC-997 enable activity stream for non-privileged users. --- awx/ui/static/js/controllers/Home.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/awx/ui/static/js/controllers/Home.js b/awx/ui/static/js/controllers/Home.js index 00814feac7..2851d17631 100644 --- a/awx/ui/static/js/controllers/Home.js +++ b/awx/ui/static/js/controllers/Home.js @@ -16,9 +16,6 @@ function Home ($scope, $compile, $routeParams, $rootScope, $location, Wait, Obje ClearScope('home'); //Garbage collection. Don't leave behind any listeners/watchers from the prior //scope. - //var element = angular.element(document.getElementById('htmlTemplate')); - //var scope = element.scope(); - // Add buttons to the top of the Home page. We're using lib/ansible/generator_helpers.js-> Buttons() // to build buttons dynamically and insure all styling and icons match the rest of the application. var buttons = {