Skip to content
Snippets Groups Projects
Commit 3a90037a authored by Seth Meranda's avatar Seth Meranda
Browse files

since we can't add a class to the form, we use JS to add it.

parent c81ff37c
Branches
No related tags found
No related merge requests found
......@@ -10,4 +10,6 @@ WDN.jQuery(document).ready(function() {
};
});
//end handling of the search form label
//Add CSS to forms
WDN.jQuery('#maincontent div.formCool form').addClass("cool");
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment