We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63350c commit bddc8c8Copy full SHA for bddc8c8
js/jquery.mobile.navigation.js
@@ -293,9 +293,9 @@
293
this.activeIndex = newActiveIndex !== undefined ? newActiveIndex : this.activeIndex;
294
295
if( back ) {
296
- (opts.either || opts.isBack)( back );
+ ( opts.either || opts.isBack )( true );
297
} else if( forward ) {
298
- (opts.either || opts.isForward)( back );
+ ( opts.either || opts.isForward )( false );
299
}
300
},
301
0 commit comments