From b68b1231a242553a8aa0ea86bf3b21b91da22b09 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 28 Jan 2016 08:04:14 -0800 Subject: [PATCH] removing stale textarea code --- awx/ui/client/src/shared/form-generator.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/awx/ui/client/src/shared/form-generator.js b/awx/ui/client/src/shared/form-generator.js index 7d8075521a..37e7075441 100644 --- a/awx/ui/client/src/shared/form-generator.js +++ b/awx/ui/client/src/shared/form-generator.js @@ -1036,18 +1036,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat html += (horizontal) ? "class=\"" + getFieldWidth() + "\"" : ""; html += ">\n"; - // // Variable editing - // if (fld === "variables" || fld === "extra_vars" || fld === 'inventory_variables' || fld === 'source_vars') { - // html += "
Parse as: " + - // " YAML\n"; - // html += " JSON\n"; - // html += "
\n"; - // } - html += "