From 63de1de6b70ada0f20e5ce0f342b0fa4cb13c5df Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 22 Jun 2015 14:57:46 -0400 Subject: [PATCH] one more alert escaping fix --- awx/ui/static/js/helpers/JobSubmission.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/JobSubmission.js b/awx/ui/static/js/helpers/JobSubmission.js index 820e23be7a..473848b3cc 100644 --- a/awx/ui/static/js/helpers/JobSubmission.js +++ b/awx/ui/static/js/helpers/JobSubmission.js @@ -1028,7 +1028,7 @@ function($compile, Rest, GetBasePath, TextareaResize,CreateDialog, GenerateForm, Wait('stop'); if (scope.socketStatus === 'error') { Alert('Sync Started', 'The request to start the inventory sync process was submitted. ' + - 'To monitor the status refresh the page by clicking the button.', 'alert-info'); + 'To monitor the status refresh the page by clicking the button.', 'alert-info', null, null, null, null, true); if (scope.refreshGroups) { // inventory detail page scope.refreshGroups();