diff options
Diffstat (limited to 'ui/jquery.ui.accordion.js')
-rw-r--r-- | ui/jquery.ui.accordion.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.accordion.js b/ui/jquery.ui.accordion.js index 8049868e8..34327be27 100644 --- a/ui/jquery.ui.accordion.js +++ b/ui/jquery.ui.accordion.js @@ -542,7 +542,7 @@ if ( $.uiBackCompat !== false ) { if ( this.options.navigation ) { var self = this, headers = this.element.find( this.options.header ), - content = headers.next(); + content = headers.next(), current = headers.add( content ) .find( "a" ) .filter( this.options.navigationFilter ) |