Skip to content

Commit

Permalink
Add a fix for issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael J. Staib committed May 22, 2013
1 parent 5950779 commit a6d95c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jquery.steps.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Steps Plugin v0.9.6 - A powerful jQuery wizard plugin that supports accessibility and HTML5
* jQuery Steps Plugin v0.9.7b - A powerful jQuery wizard plugin that supports accessibility and HTML5
* https://github.com/rstaib/jquery-steps
*
* Copyright (c) 2013 Rafael J. Staib
Expand Down Expand Up @@ -627,7 +627,7 @@
}
else
{
currentStep.eq(state.currentIndex).addClass("error");
currentStep.addClass("error");
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jQuery-steps",
"title": "jQuery Wizard Plugin",
"version": "0.9.6",
"version": "0.9.7b",
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5",
"homepage": "https://github.com/rstaib/jquery-steps",
"author": {
Expand Down

0 comments on commit a6d95c8

Please sign in to comment.