File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
dist
2
2
build /dist
3
3
docs
4
+ downloads
4
5
* ~
5
6
* .diff
6
7
* .patch
Original file line number Diff line number Diff line change 735
735
}
736
736
737
737
refreshActionState ( wizard ) ;
738
+ loadAsyncContent ( wizard ) ;
738
739
}
739
740
}
740
741
809
810
switch ( getValidEnumValue ( $ . fn . steps . contentMode , state . currentStep . contentMode ) )
810
811
{
811
812
case $ . fn . steps . contentMode . iframe :
812
- $ ( ".content > .body" , wizard ) . eq ( state . currentIndex )
813
+ $ ( ".content > .body" , wizard ) . eq ( state . currentIndex ) . empty ( )
813
814
. html ( $ ( "<iframe src=\"" + state . currentStep . contentUrl + "\" />" ) )
814
815
. data ( "loaded" , "1" ) ;
815
816
break ;
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.2 " ,
4
+ "version" : " 0.9.3 " ,
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" : {
Original file line number Diff line number Diff line change 12
12
" accessibility" ,
13
13
" validation"
14
14
],
15
- "version" : " 0.9.2 " ,
15
+ "version" : " 0.9.3 " ,
16
16
"author" : {
17
17
"name" : " Rafael J. Staib" ,
18
18
"email" : " rstaib@derklang.com" ,
You can’t perform that action at this time.
0 commit comments