Skip to content

Commit a6d95c8

Browse files
author
Rafael J. Staib
committed
Add a fix for issue rstaib#3
1 parent 5950779 commit a6d95c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jquery.steps.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Steps Plugin v0.9.6 - A powerful jQuery wizard plugin that supports accessibility and HTML5
2+
* jQuery Steps Plugin v0.9.7b - A powerful jQuery wizard plugin that supports accessibility and HTML5
33
* https://github.com/rstaib/jquery-steps
44
*
55
* Copyright (c) 2013 Rafael J. Staib
@@ -627,7 +627,7 @@
627627
}
628628
else
629629
{
630-
currentStep.eq(state.currentIndex).addClass("error");
630+
currentStep.addClass("error");
631631
}
632632
};
633633

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jQuery-steps",
33
"title": "jQuery Wizard Plugin",
4-
"version": "0.9.6",
4+
"version": "0.9.7b",
55
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5",
66
"homepage": "https://github.com/rstaib/jquery-steps",
77
"author": {

0 commit comments

Comments
 (0)