1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

removing keydown event from div element leftover from last commit

This commit is contained in:
Jared Tabor 2014-08-25 16:31:37 -04:00
parent 8d21ff80d0
commit 47aac0dc7d

View File

@ -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) {