diff --git a/awx/ui/static/js/helpers/search.js b/awx/ui/static/js/helpers/search.js index c235675787..aace767693 100644 --- a/awx/ui/static/js/helpers/search.js +++ b/awx/ui/static/js/helpers/search.js @@ -544,7 +544,7 @@ angular.module('SearchHelper', ['RestServices', 'Utilities', 'RefreshHelper']) scope.searchCleanup = function() { console.log('search cleanup!'); scope.removeDoSearch(); - scope.removeFoundObject(); + //scope.removeFoundObject(); scope.removeResultWarning(); scope.removePrepareSearch(); scope.removePrepareSearch2(); diff --git a/awx/ui/static/lib/ansible/InventoryTree.js b/awx/ui/static/lib/ansible/InventoryTree.js index 48b03df06f..13cfe384af 100644 --- a/awx/ui/static/lib/ansible/InventoryTree.js +++ b/awx/ui/static/lib/ansible/InventoryTree.js @@ -444,7 +444,7 @@ angular.module('InventoryTree', ['Utilities', 'RestServices', 'GroupsHelper', 'P html += "
Are you sure you want to copy host " + host.name + ' to group ' + target.name + '?
';