From 4117ef189f28d99943c4aa126f3b46e919725e45 Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Mon, 25 Jan 2010 22:55:36 +0000 Subject: [PATCH] Fix check box and new field to profile form --- plugins/unl_theme/scripts/JS/enhanceProfileForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php index 8f10d87a..ffd8d27d 100644 --- a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php +++ b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php @@ -53,7 +53,7 @@ color: "#1091D1" }); }); - $("form.cool fieldset input[type!=submit], form.cool fieldset select").wrap('<div class="element"></div>'); + $("form.cool fieldset input[type!=submit], form.cool fieldset select, form.cool fieldset textarea").wrap('<div class="element"></div>'); $("form.cool label div").each(function(){ $(this).insertAfter($(this).parent()); }); -- GitLab