From b684fc8e553f9df5a2f94fb87a57895ff9b1405c Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Thu, 23 Sep 2010 18:03:49 +0000 Subject: [PATCH] Make sure we also add the zenform class, in addition to cool. (Fixes unstyled non-UNL register page, http://planetred.unl.edu/account/register.php). --- plugins/unl_theme/scripts/JS/social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unl_theme/scripts/JS/social.js b/plugins/unl_theme/scripts/JS/social.js index 04eaa536..36881065 100644 --- a/plugins/unl_theme/scripts/JS/social.js +++ b/plugins/unl_theme/scripts/JS/social.js @@ -16,7 +16,7 @@ WDN.jQuery(document).ready(function() { }); //end handling of the search form label //Add CSS to forms - WDN.jQuery('#maincontent div.formCool form').addClass("cool"); + WDN.jQuery('#maincontent div.formCool form').addClass("zenform cool"); $("#profile_data_Hometown_City a,p.odd a[href*=profile_city]").css("text-transform","capitalize"); if ($("#profile_info").length > 0) { -- GitLab