File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jQuery( function($) {
4141 let next = $ ( this ) . parent ( 'li' ) . next ( ) ;
4242 let prev = $ ( this ) . parent ( 'li' ) . prev ( ) ;
4343 if ( next . length > 0 ) {
44- next . find ( 'a' ) . removeAttr ( 'tabindex' )
44+ next . find ( 'a' ) . removeAttr ( 'tabindex' ) ;
4545 next . find ( 'a' ) . trigger ( 'focus' ) ;
4646 } else {
47- prev . find ( 'a' ) . removeAttr ( 'tabindex' )
47+ prev . find ( 'a' ) . removeAttr ( 'tabindex' ) ;
4848 prev . find ( 'a' ) . trigger ( 'focus' ) ;
4949 }
5050 }
Original file line number Diff line number Diff line change @@ -586,10 +586,10 @@ jQuery( function($) {
586586 let next = $ ( this ) . parent ( 'li' ) . next ( ) ;
587587 let prev = $ ( this ) . parent ( 'li' ) . prev ( ) ;
588588 if ( next . length > 0 ) {
589- next . find ( 'a' ) . removeAttr ( 'tabindex' )
589+ next . find ( 'a' ) . removeAttr ( 'tabindex' ) ;
590590 next . find ( 'a' ) . trigger ( 'focus' ) ;
591591 } else {
592- prev . find ( 'a' ) . removeAttr ( 'tabindex' )
592+ prev . find ( 'a' ) . removeAttr ( 'tabindex' ) ;
593593 prev . find ( 'a' ) . trigger ( 'focus' ) ;
594594 }
595595 }
You can’t perform that action at this time.
0 commit comments