diff --git a/awx/ui/static/lib/ansible/directives.js b/awx/ui/static/lib/ansible/directives.js index 45b92c7812..49f7e535c9 100644 --- a/awx/ui/static/lib/ansible/directives.js +++ b/awx/ui/static/lib/ansible/directives.js @@ -273,13 +273,13 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job }; }) - /* + /* * Enable TB pop-overs. To add a pop-over to an element, include the following directive in * the element's attributes: * * aw-pop-over="<< pop-over html here >>" * - * Include the standard TB data-XXX attributes to controll the pop-over's appearance. We will + * Include the standard TB data-XXX attributes to controll the pop-over's appearance. We will * default placement to the left, delay to 0 seconds, content type to HTML, and title to 'Help'. */ .directive('awPopOver', ['$compile', function($compile) { @@ -308,24 +308,23 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job } } }); - /* $('.popover').each(function() { // remove lingering popover