Cleaning up old code from form-gen/gen-helpers

This commit is contained in:
Jared Tabor
2016-01-12 09:08:52 -08:00
parent dbb420ad69
commit db2adb3188
2 changed files with 0 additions and 4 deletions

View File

@@ -1579,7 +1579,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
}
}
// html += "</form>\n";
if (this.form.collapse && this.form.collapseMode === options.mode) {
html += "</div>\n";

View File

@@ -134,9 +134,6 @@ angular.module('GeneratorHelpers', [systemStatus.name])
case 'scm_update':
icon = 'fa-cloud-download';
break;
// case 'cancel':
// icon = 'fa-minus-circle';
// break;
case 'run':
case 'rerun':
case 'submit':