File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*!
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
3
3
* https://github.com/rstaib/jquery-steps
4
4
*
5
5
* Copyright (c) 2013 Rafael J. Staib
627
627
}
628
628
else
629
629
{
630
- currentStep . eq ( state . currentIndex ) . addClass ( "error" ) ;
630
+ currentStep . addClass ( "error" ) ;
631
631
}
632
632
} ;
633
633
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jQuery-steps" ,
3
3
"title" : " jQuery Wizard Plugin" ,
4
- "version" : " 0.9.6 " ,
4
+ "version" : " 0.9.7b " ,
5
5
"description" : " A powerful jQuery wizard plugin that supports accessibility and HTML5" ,
6
6
"homepage" : " https://github.com/rstaib/jquery-steps" ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments