From 043000b3ce1e5b64299def211df4306df2b06315 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Tue, 24 Aug 2010 20:20:35 +0200 Subject: [PATCH] Coding Style --- js/main.js | 168 ++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/js/main.js b/js/main.js index db4a075..fb76f38 100644 --- a/js/main.js +++ b/js/main.js @@ -57,98 +57,98 @@ function addForm(elem, x) { $("").text($(x).find("title").text()).appendTo(fieldset); $("

").text($(x).find("instructions").text()).appendTo(fieldset); $(x).find("field").each(function(){ - var item = null; - var type = $(this).attr("type"); - if($(this).attr("label")) { - $("