random syntax and style fixes to tower js

may include some new dependencies needed for adhoc commands
This commit is contained in:
John Mitchell
2015-04-06 10:30:36 -04:00
parent 4f5ecb7054
commit 584abcc05b
10 changed files with 51 additions and 36 deletions

View File

@@ -299,7 +299,6 @@ function($compile, Rest, GetBasePath, TextareaResize,CreateDialog, GenerateForm,
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";
scope.passwords.forEach(function(password) {
// Prompt for password
field = form.fields[password];