Skip to content

Commit

Permalink
Changed text below progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWIlsonJr committed Dec 17, 2014
1 parent e24c25b commit 129a557
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {
overflow: hidden;
counter-reset: step;
text-align: center;
margin: 10px 0 0 -50px;
margin: 10px 0 0 -40px;
}

.progress-bar li {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<!-- Progress Bar -->
<div class="row">
<ul class="progress-bar">
<li class="active">Personal Details</li>
<li class="active">Personal Information</li>
<li>Emergency Contact</li>
<li>Employer Details</li>
<li>Employer Information</li>
</ul>
</div><!-- .row -->

Expand Down
2 changes: 1 addition & 1 deletion js/theMagic.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $(document).ready(function() {

$( "form" ).on( "submit", function( event ) {
event.preventDefault();
console.log(this);

$.ajax({
type: 'POST',
url: $(this).attr('action'),
Expand Down

0 comments on commit 129a557

Please sign in to comment.