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

Remove the JS from the submit button, this is now handled automatically with jQuery.

parent 50a6b5e6
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
border-top: 1px solid #F2EDDE;
padding: 0 10px 1em 10px;
}
#maincontent .stuapp > fieldset > ol > li:nth-child(odd) {
#maincontent .stuapp > fieldset > ol > li:nth-child(odd), #maincontent .stuapp > fieldset > ol > li.odd {
clear: left;
margin-left: 0;
}
......
......@@ -503,7 +503,7 @@
</li>
</ol>
</fieldset>
<fieldset class="grid8 first">
<fieldset class="grid8 first" id="parentInformation">
<legend>Parent/Guardian Address</legend>
<ol>
<li class="full">
......@@ -749,7 +749,7 @@
<li>TOEFL score of 523 (computer version 193, internet version 70 with a writing subscore of 20) or higher</li>
</ul>
</aside>
<input type="submit" value="Submit and continue" name="btnSubmit" onclick="action.value = 'submit'; setRequiredFields(document.ugPage1form);" />
<input type="submit" value="Submit and continue" name="btnSubmit" />
</form>
<!-- **** End of maincontent **** -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment