mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
removing keydown event from div element leftover from last commit
This commit is contained in:
parent
8d21ff80d0
commit
47aac0dc7d
@ -113,7 +113,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi
|
||||
function buildHtml() {
|
||||
var fld, field, html;
|
||||
html = "";
|
||||
html += "<div class=\"alert alert-info\" ng-keydown=\"keydown($event)\">Launching this job requires the passwords listed below. Enter and confirm each password before continuing.</div>\n";
|
||||
html += "<div class=\"alert alert-info\">Launching this job requires the passwords listed below. Enter and confirm each password before continuing.</div>\n";
|
||||
html += "<form name=\"password_form\" novalidate>\n";
|
||||
|
||||
passwords.forEach(function(password) {
|
||||
|
Loading…
Reference in New Issue
Block a user