From 2de4a2d0f9dad53e636d73d29573078a20637c3c Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 17 Jun 2016 17:12:54 -0700 Subject: [PATCH] removing wait spinner on notification popover --- .../notification-templates-list/list.controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js index 78a08c8839..861fa18d98 100644 --- a/awx/ui/client/src/notifications/notification-templates-list/list.controller.js +++ b/awx/ui/client/src/notifications/notification-templates-list/list.controller.js @@ -109,7 +109,6 @@ export default } scope.showSummary = function(event, id) { - Wait('start'); setTimeout(function(){ if (!Empty(id)) { var recent_notifications, @@ -120,7 +119,6 @@ export default recent_notifications = notification_template.summary_fields.recent_notifications; } }); - Wait('stop'); if (recent_notifications.length > 0) { html = "\n"; html += "\n";