mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
removing keydown event from div element leftover from last commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user