From 47aac0dc7d8c8cc591e201967bec03cf7b80d7ae Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 25 Aug 2014 16:31:37 -0400 Subject: [PATCH] removing keydown event from div element leftover from last commit --- 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 086f74d469..cf0db35dce 100644 --- a/awx/ui/static/js/helpers/JobSubmission.js +++ b/awx/ui/static/js/helpers/JobSubmission.js @@ -113,7 +113,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi function buildHtml() { var fld, field, html; html = ""; - html += "
Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
\n"; + html += "
Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
\n"; html += "
\n"; passwords.forEach(function(password) {